[BACK]Return to ssh.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh.1 between version 1.3 and 1.4

version 1.3, 1999/09/29 00:10:16 version 1.4, 1999/09/29 18:16:20
Line 24 
Line 24 
 .Op Ar command  .Op Ar command
 .Pp  .Pp
 .Nm ssh  .Nm ssh
 .Op Fl gknqtvxXC  .Op Fl agknqtvxXC
 .Op Fl c Ar blowfish|idea|des|3des|none  .Op Fl c Ar blowfish|idea|des|3des|none
 .Op Fl e Ar escape_char  .Op Fl e Ar escape_char
 .Op Fl i Ar identity_file  .Op Fl i Ar identity_file
Line 250 
Line 250 
 host key is not known or has changed.  host key is not known or has changed.
 .Sh OPTIONS  .Sh OPTIONS
 .Bl -tag -width Ds  .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  .It Fl c Ar blowfish|idea|des|3des|none
 Selects the cipher to use for encrypting the session.  Selects the cipher to use for encrypting the session.
 .Ar 3des  .Ar 3des
Line 299 
Line 302 
 .It Fl g  .It Fl g
 Allows remote hosts to connect to local forwarded ports.  Allows remote hosts to connect to local forwarded ports.
 .It Fl k  .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.  also be specified on a per-host basis in the configuration file.
 .It Fl l Ar login_name  .It Fl l Ar login_name
 Specifies the user to log in as on the remote machine.  This may also  Specifies the user to log in as on the remote machine.  This may also
Line 557 
Line 560 
 .Dq no  .Dq no
 in both the server and the client configuration files.  in both the server and the client configuration files.
 .It Cm KerberosAuthentication  .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  .It Cm KerberosTgtPassing
 Specifies whether a Kerberos TGT will be forwarded to the server.  Specifies whether a Kerberos TGT will be forwarded to the server. This
 Note that TGT forwarding is normally not enabled in the server.  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  .It Cm LocalForward
 Specifies that a TCP/IP port on the local machine be forwarded over  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  the secure channel to given host:port from the remote machine.  The

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4