diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 30 |
1 files changed, 17 insertions, 13 deletions
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: sshd.8,v 1.234 2006/08/21 08:15:57 dtucker Exp $ | 37 | .\" $OpenBSD: sshd.8,v 1.235 2007/03/20 15:57:15 jmc Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSHD 8 | 39 | .Dt SSHD 8 |
40 | .Os | 40 | .Os |
@@ -58,8 +58,11 @@ | |||
58 | .Nm | 58 | .Nm |
59 | (OpenSSH Daemon) is the daemon program for | 59 | (OpenSSH Daemon) is the daemon program for |
60 | .Xr ssh 1 . | 60 | .Xr ssh 1 . |
61 | Together these programs replace rlogin and rsh, and | 61 | Together these programs replace |
62 | provide secure encrypted communications between two untrusted hosts | 62 | .Xr rlogin 1 |
63 | and | ||
64 | .Xr rsh 1 , | ||
65 | and provide secure encrypted communications between two untrusted hosts | ||
63 | over an insecure network. | 66 | over an insecure network. |
64 | .Pp | 67 | .Pp |
65 | .Nm | 68 | .Nm |
@@ -117,7 +120,7 @@ Maximum is 3. | |||
117 | When this option is specified, | 120 | When this option is specified, |
118 | .Nm | 121 | .Nm |
119 | will send the output to the standard error instead of the system log. | 122 | will send the output to the standard error instead of the system log. |
120 | .It Fl f Ar configuration_file | 123 | .It Fl f Ar config_file |
121 | Specifies the name of the configuration file. | 124 | Specifies the name of the configuration file. |
122 | The default is | 125 | The default is |
123 | .Pa /etc/ssh/sshd_config . | 126 | .Pa /etc/ssh/sshd_config . |
@@ -758,15 +761,6 @@ This file is used in exactly the same way as | |||
758 | but allows host-based authentication without permitting login with | 761 | but allows host-based authentication without permitting login with |
759 | rlogin/rsh. | 762 | rlogin/rsh. |
760 | .Pp | 763 | .Pp |
761 | .It /etc/ssh/ssh_known_hosts | ||
762 | Systemwide list of known host keys. | ||
763 | This file should be prepared by the | ||
764 | system administrator to contain the public host keys of all machines in the | ||
765 | organization. | ||
766 | The format of this file is described above. | ||
767 | This file should be writable only by root/the owner and | ||
768 | should be world-readable. | ||
769 | .Pp | ||
770 | .It /etc/ssh/ssh_host_key | 764 | .It /etc/ssh/ssh_host_key |
771 | .It /etc/ssh/ssh_host_dsa_key | 765 | .It /etc/ssh/ssh_host_dsa_key |
772 | .It /etc/ssh/ssh_host_rsa_key | 766 | .It /etc/ssh/ssh_host_rsa_key |
@@ -790,6 +784,15 @@ the user so their contents can be copied to known hosts files. | |||
790 | These files are created using | 784 | These files are created using |
791 | .Xr ssh-keygen 1 . | 785 | .Xr ssh-keygen 1 . |
792 | .Pp | 786 | .Pp |
787 | .It /etc/ssh/ssh_known_hosts | ||
788 | Systemwide list of known host keys. | ||
789 | This file should be prepared by the | ||
790 | system administrator to contain the public host keys of all machines in the | ||
791 | organization. | ||
792 | The format of this file is described above. | ||
793 | This file should be writable only by root/the owner and | ||
794 | should be world-readable. | ||
795 | .Pp | ||
793 | .It /etc/ssh/sshd_config | 796 | .It /etc/ssh/sshd_config |
794 | Contains configuration data for | 797 | Contains configuration data for |
795 | .Nm sshd . | 798 | .Nm sshd . |
@@ -826,6 +829,7 @@ The content of this file is not sensitive; it can be world-readable. | |||
826 | .Xr ssh-add 1 , | 829 | .Xr ssh-add 1 , |
827 | .Xr ssh-agent 1 , | 830 | .Xr ssh-agent 1 , |
828 | .Xr ssh-keygen 1 , | 831 | .Xr ssh-keygen 1 , |
832 | .Xr ssh-keyscan 1 , | ||
829 | .Xr chroot 2 , | 833 | .Xr chroot 2 , |
830 | .Xr hosts_access 5 , | 834 | .Xr hosts_access 5 , |
831 | .Xr login.conf 5 , | 835 | .Xr login.conf 5 , |