[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.167.4.1 and 1.167.4.2

version 1.167.4.1, 2003/05/11 12:01:52 version 1.167.4.2, 2003/09/16 20:50:44
Line 49 
Line 49 
 .Pp  .Pp
 .Nm ssh  .Nm ssh
 .Bk -words  .Bk -words
 .Op Fl afgknqstvxACNTX1246  .Op Fl afgknqstvxACNTVX1246
 .Op Fl b Ar bind_address  .Op Fl b Ar bind_address
 .Op Fl c Ar cipher_spec  .Op Fl c Ar cipher_spec
 .Op Fl e Ar escape_char  .Op Fl e Ar escape_char
Line 301 
Line 301 
 to terminate  to terminate
 .It Cm ~?  .It Cm ~?
 Display a list of escape characters  Display a list of escape characters
   .It Cm ~B
   Send a BREAK to the remote system (only useful for SSH protocol version 2
   and if the peer supports it)
 .It Cm ~C  .It Cm ~C
 Open command line (only useful for adding port forwardings using the  Open command line (only useful for adding port forwardings using the
 .Fl L  .Fl L
Line 485 
Line 488 
 options (and multiple identities specified in  options (and multiple identities specified in
 configuration files).  configuration files).
 .It Fl I Ar smartcard_device  .It Fl I Ar smartcard_device
 Specifies which smartcard device to use. The argument is  Specifies which smartcard device to use.
 the device  The argument is the device
 .Nm  .Nm
 should use to communicate with a smartcard used for storing the user's  should use to communicate with a smartcard used for storing the user's
 private RSA key.  private RSA key.
 .It Fl k  .It Fl k
 Disables forwarding of Kerberos tickets and AFS tokens.  Disables forwarding of Kerberos tickets.
 This may also be specified on a per-host basis in the configuration file.  This may 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.  Specifies the user to log in as on the remote machine.
Line 539 
Line 542 
 Quiet mode.  Quiet mode.
 Causes all warning and diagnostic messages to be suppressed.  Causes all warning and diagnostic messages to be suppressed.
 .It Fl s  .It Fl s
 May be used to request invocation of a subsystem on the remote system. Subsystems are a feature of the SSH2 protocol which facilitate the use  May be used to request invocation of a subsystem on the remote system.
 of SSH as a secure transport for other applications (eg. sftp). The  Subsystems are a feature of the SSH2 protocol which facilitate the use
 subsystem is specified as the remote command.  of SSH as a secure transport for other applications (eg. sftp).
   The subsystem is specified as the remote command.
 .It Fl t  .It Fl t
 Force pseudo-tty allocation.  Force pseudo-tty allocation.
 This can be used to execute arbitrary  This can be used to execute arbitrary
Line 563 
Line 567 
 debugging connection, authentication, and configuration problems.  debugging connection, authentication, and configuration problems.
 Multiple  Multiple
 .Fl v  .Fl v
 options increases the verbosity.  options increase the verbosity.
 Maximum is 3.  The maximum is 3.
   .It Fl V
   Display the version number and exit.
 .It Fl x  .It Fl x
 Disables X11 forwarding.  Disables X11 forwarding.
 .It Fl X  .It Fl X
Line 643 
Line 649 
 connection is forwarded over the secure channel, and the application  connection is forwarded over the secure channel, and the application
 protocol is then used to determine where to connect to from the  protocol is then used to determine where to connect to from the
 remote machine.  remote machine.
 Currently the SOCKS4 protocol is supported, and  Currently the SOCKS4 and SOCKS5 protocols are supported, and
 .Nm  .Nm
 will act as a SOCKS4 server.  will act as a SOCKS server.
 Only root can forward privileged ports.  Only root can forward privileged ports.
 Dynamic port forwardings can also be specified in the configuration file.  Dynamic port forwardings can also be specified in the configuration file.
 .It Fl 1  .It Fl 1
Line 916 
Line 922 
 .Xr rsh 1 .  .Xr rsh 1 .
 .It Pa /etc/hosts.equiv  .It Pa /etc/hosts.equiv
 This file is used during  This file is used during
 .Pa \&.rhosts authentication.  .Pa \&.rhosts
   authentication.
 It contains  It contains
 canonical hosts names, one per line (the full format is described on  canonical hosts names, one per line (the full format is described on
 the  the
Line 958 
Line 965 
 .Nm  .Nm
 exits with the exit status of the remote command or with 255  exits with the exit status of the remote command or with 255
 if an error occurred.  if an error occurred.
 .Sh AUTHORS  
 OpenSSH is a derivative of the original and free  
 ssh 1.2.12 release by Tatu Ylonen.  
 Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,  
 Theo de Raadt and Dug Song  
 removed many bugs, re-added newer features and  
 created OpenSSH.  
 Markus Friedl contributed the support for SSH  
 protocol versions 1.5 and 2.0.  
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr rsh 1 ,  .Xr rsh 1 ,
 .Xr scp 1 ,  .Xr scp 1 ,
Line 989 
Line 987 
 .%D January 2002  .%D January 2002
 .%O work in progress material  .%O work in progress material
 .Re  .Re
   .Sh AUTHORS
   OpenSSH is a derivative of the original and free
   ssh 1.2.12 release by Tatu Ylonen.
   Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
   Theo de Raadt and Dug Song
   removed many bugs, re-added newer features and
   created OpenSSH.
   Markus Friedl contributed the support for SSH
   protocol versions 1.5 and 2.0.

Legend:
Removed from v.1.167.4.1  
changed lines
  Added in v.1.167.4.2