summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--ssh.19
2 files changed, 13 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index f76094f78..b2d4067e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
120050714
2 - (dtucker) OpenBSD CVS Sync
3 - dtucker@cvs.openbsd.org 2005/07/06 09:33:05
4 [ssh.1]
5 clarify meaning of ssh -b ; with & ok jmc@
6
120050707 720050707
2 - dtucker [auth-krb5.c auth.h gss-serv-krb5.c] Move KRB5CCNAME generation for 8 - dtucker [auth-krb5.c auth.h gss-serv-krb5.c] Move KRB5CCNAME generation for
3 the MIT Kerberos code path into a common function and expand mkstemp 9 the MIT Kerberos code path into a common function and expand mkstemp
@@ -2795,4 +2801,4 @@
2795 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2801 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2796 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2802 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2797 2803
2798$Id: ChangeLog,v 1.3838 2005/07/07 10:33:36 dtucker Exp $ 2804$Id: ChangeLog,v 1.3839 2005/07/14 07:04:18 dtucker Exp $
diff --git a/ssh.1 b/ssh.1
index 4cc1738c1..b0749763b 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh.1,v 1.208 2005/05/23 23:32:46 djm Exp $ 37.\" $OpenBSD: ssh.1,v 1.209 2005/07/06 09:33:05 dtucker Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -423,8 +423,11 @@ authenticate using the identities loaded into the agent.
423.It Fl a 423.It Fl a
424Disables forwarding of the authentication agent connection. 424Disables forwarding of the authentication agent connection.
425.It Fl b Ar bind_address 425.It Fl b Ar bind_address
426Specify the interface address to transmit from on machines with multiple 426Use
427interfaces or aliased addresses. 427.Ar bind_address
428on the local machine as the source address
429of the connection.
430Only useful on systems with more than one address.
428.It Fl C 431.It Fl C
429Requests compression of all data (including stdin, stdout, stderr, and 432Requests compression of all data (including stdin, stdout, stderr, and
430data for forwarded X11 and TCP/IP connections). 433data for forwarded X11 and TCP/IP connections).