[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.15 and 1.16

version 1.15, 1999/10/11 20:40:08 version 1.16, 1999/10/12 21:04:22
Line 24 
Line 24 
 .Op Ar command  .Op Ar command
 .Pp  .Pp
 .Nm ssh  .Nm ssh
 .Op Fl agknqtvxXC  .Op Fl agknqtvxCPX
 .Op Fl c Ar blowfish | 3des  .Op Fl c Ar blowfish | 3des
 .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 345 
Line 345 
 .It Fl p Ar port  .It Fl p Ar port
 Port to connect to on the remote host.  This can be specified on a  Port to connect to on the remote host.  This can be specified on a
 per-host basis in the configuration file.  per-host basis in the configuration file.
   .It Fl P
   Use a non-privileged port for outgoing connections.
   This can be used if your firewall does
   not permit connections from privileged ports.
   Note that this option turns of
   .Cm RhostsAuthentication
   and
   .Cm RhostsRSAAuthentication .
 .It Fl q  .It Fl q
 Quiet mode.  Causes all warning and diagnostic messages to be  Quiet mode.  Causes all warning and diagnostic messages to be
 suppressed.  Only fatal errors are displayed.  suppressed.  Only fatal errors are displayed.
Line 678 
Line 686 
 .It Cm UserKnownHostsFile  .It Cm UserKnownHostsFile
 Specifies a file to use instead of  Specifies a file to use instead of
 .Pa $HOME/.ssh/known_hosts .  .Pa $HOME/.ssh/known_hosts .
   .It Cm UsePrivilegedPort
   Specifies whether to use a privileged port for outgoing connections.
   The argument must be
   .Dq yes
   or
   .Dq no .
   The default is
   .Dq yes .
   Note that setting this option to
   .Dq no
   turns of
   .Cm RhostsAuthentication
   and
   .Cm RhostsRSAAuthentication .
 .It Cm UseRsh  .It Cm UseRsh
 Specifies that rlogin/rsh should be used for this host.  It is  Specifies that rlogin/rsh should be used for this host.  It is
 possible that the host does not at all support the  possible that the host does not at all support the

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16