=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.1,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/ssh/ssh.1 1999/09/29 00:10:16 1.3 +++ src/usr.bin/ssh/ssh.1 1999/09/29 18:16:20 1.4 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 21:55:14 1995 ylo .\" -.\" $Id: ssh.1,v 1.3 1999/09/29 00:10:16 deraadt Exp $ +.\" $Id: ssh.1,v 1.4 1999/09/29 18:16:20 dugsong Exp $ .\" .Dd September 25, 1999 .Dt SSH 1 @@ -24,7 +24,7 @@ .Op Ar command .Pp .Nm ssh -.Op Fl gknqtvxXC +.Op Fl agknqtvxXC .Op Fl c Ar blowfish|idea|des|3des|none .Op Fl e Ar escape_char .Op Fl i Ar identity_file @@ -250,6 +250,9 @@ host key is not known or has changed. .Sh OPTIONS .Bl -tag -width Ds +.It Fl a +Disables forwarding of the authentication agent connection. This may +also be specified on a per-host basis in the configuration file. .It Fl c Ar blowfish|idea|des|3des|none Selects the cipher to use for encrypting the session. .Ar 3des @@ -299,7 +302,7 @@ .It Fl g Allows remote hosts to connect to local forwarded ports. .It Fl k -Disables forwarding of Kerberos tickets / AFS tokens. This may +Disables forwarding of Kerberos tickets and AFS tokens. This may also be specified on a per-host basis in the configuration file. .It Fl l Ar login_name Specifies the user to log in as on the remote machine. This may also @@ -557,10 +560,18 @@ .Dq no in both the server and the client configuration files. .It Cm KerberosAuthentication -Specifies whether Kerberos authentication will be used. +Specifies whether Kerberos authentication will be used. The argument to +this keyword must be +.Dq yes +or +.Dq no . .It Cm KerberosTgtPassing -Specifies whether a Kerberos TGT will be forwarded to the server. -Note that TGT forwarding is normally not enabled in the server. +Specifies whether a Kerberos TGT will be forwarded to the server. This +will only work if the Kerberos server is actually an AFS kaserver. The +argument to this keyword must be +.Dq yes +or +.Dq no . .It Cm LocalForward Specifies that a TCP/IP port on the local machine be forwarded over the secure channel to given host:port from the remote machine. The