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

Diff for /src/usr.bin/ssh/sshd.8 between version 1.234 and 1.235

version 1.234, 2006/08/21 08:15:57 version 1.235, 2007/03/20 15:57:15
Line 58 
Line 58 
 .Nm  .Nm
 (OpenSSH Daemon) is the daemon program for  (OpenSSH Daemon) is the daemon program for
 .Xr ssh 1 .  .Xr ssh 1 .
 Together these programs replace rlogin and rsh, and  Together these programs replace
 provide secure encrypted communications between two untrusted hosts  .Xr rlogin 1
   and
   .Xr rsh 1 ,
   and provide secure encrypted communications between two untrusted hosts
 over an insecure network.  over an insecure network.
 .Pp  .Pp
 .Nm  .Nm
Line 117 
Line 120 
 When this option is specified,  When this option is specified,
 .Nm  .Nm
 will send the output to the standard error instead of the system log.  will send the output to the standard error instead of the system log.
 .It Fl f Ar configuration_file  .It Fl f Ar config_file
 Specifies the name of the configuration file.  Specifies the name of the configuration file.
 The default is  The default is
 .Pa /etc/ssh/sshd_config .  .Pa /etc/ssh/sshd_config .
Line 732 
Line 735 
 but allows host-based authentication without permitting login with  but allows host-based authentication without permitting login with
 rlogin/rsh.  rlogin/rsh.
 .Pp  .Pp
 .It /etc/ssh/ssh_known_hosts  
 Systemwide list of known host keys.  
 This file should be prepared by the  
 system administrator to contain the public host keys of all machines in the  
 organization.  
 The format of this file is described above.  
 This file should be writable only by root/the owner and  
 should be world-readable.  
 .Pp  
 .It /etc/ssh/ssh_host_key  .It /etc/ssh/ssh_host_key
 .It /etc/ssh/ssh_host_dsa_key  .It /etc/ssh/ssh_host_dsa_key
 .It /etc/ssh/ssh_host_rsa_key  .It /etc/ssh/ssh_host_rsa_key
Line 764 
Line 758 
 These files are created using  These files are created using
 .Xr ssh-keygen 1 .  .Xr ssh-keygen 1 .
 .Pp  .Pp
   .It /etc/ssh/ssh_known_hosts
   Systemwide list of known host keys.
   This file should be prepared by the
   system administrator to contain the public host keys of all machines in the
   organization.
   The format of this file is described above.
   This file should be writable only by root/the owner and
   should be world-readable.
   .Pp
 .It /etc/ssh/sshd_config  .It /etc/ssh/sshd_config
 Contains configuration data for  Contains configuration data for
 .Nm sshd .  .Nm sshd .
Line 800 
Line 803 
 .Xr ssh-add 1 ,  .Xr ssh-add 1 ,
 .Xr ssh-agent 1 ,  .Xr ssh-agent 1 ,
 .Xr ssh-keygen 1 ,  .Xr ssh-keygen 1 ,
   .Xr ssh-keyscan 1 ,
 .Xr chroot 2 ,  .Xr chroot 2 ,
 .Xr hosts_access 5 ,  .Xr hosts_access 5 ,
 .Xr login.conf 5 ,  .Xr login.conf 5 ,

Legend:
Removed from v.1.234  
changed lines
  Added in v.1.235