[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.94 and 1.95

version 1.94, 2001/03/05 15:56:16 version 1.95, 2001/03/05 17:40:48
Line 750 
Line 750 
 The default is  The default is
 .Dq no .  .Dq no .
 .It Cm GlobalKnownHostsFile  .It Cm GlobalKnownHostsFile
 Specifies a file to use instead of  Specifies a file to use for the protocol version 1 global
   host key database instead of
 .Pa /etc/ssh_known_hosts .  .Pa /etc/ssh_known_hosts .
   .It Cm GlobalKnownHostsFile2
   Specifies a file to use for the protocol version 2 global
   host key database instead of
   .Pa /etc/ssh_known_hosts2 .
 .It Cm HostKeyAlias  .It Cm HostKeyAlias
 Specifies an alias that should be used instead of the  Specifies an alias that should be used instead of the
 real host name when looking up or saving the host key  real host name when looking up or saving the host key
Line 999 
Line 1004 
 This saves the trouble of  This saves the trouble of
 having to remember to give the user name on the command line.  having to remember to give the user name on the command line.
 .It Cm UserKnownHostsFile  .It Cm UserKnownHostsFile
 Specifies a file to use instead of  Specifies a file to use for the protocol version 1 user
   host key database instead of
 .Pa $HOME/.ssh/known_hosts .  .Pa $HOME/.ssh/known_hosts .
   .It Cm UserKnownHostsFile2
   Specifies a file to use for the protocol version 2 user
   host key database instead of
   .Pa $HOME/.ssh/known_hosts2 .
 .It Cm UseRsh  .It Cm UseRsh
 Specifies that rlogin/rsh should be used for this host.  Specifies that rlogin/rsh should be used for this host.
 It is possible that the host does not at all support the  It is possible that the host does not at all support the
Line 1091 
Line 1101 
 to the environment.  to the environment.
 .Sh FILES  .Sh FILES
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Pa $HOME/.ssh/known_hosts  .It Pa $HOME/.ssh/known_hosts, $HOME/.ssh/known_hosts2
 Records host keys for all hosts the user has logged into (that are not  Records host keys for all hosts the user has logged into (that are not
 in  in
 .Pa /etc/ssh_known_hosts ) .  .Pa /etc/ssh_known_hosts
   for protocol version 1 or
   .Pa /etc/ssh_known_hosts2
   for protocol version 2).
 See  See
 .Xr sshd 8 .  .Xr sshd 8 .
 .It Pa $HOME/.ssh/identity, $HOME/.ssh/id_dsa  .It Pa $HOME/.ssh/identity, $HOME/.ssh/id_dsa

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95