diff options
author | Colin Watson <cjwatson@debian.org> | 2014-10-07 12:13:50 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-10-07 12:13:50 +0100 |
commit | 487bdb3a5ef6075887b830ccb8a0b14f6da78e93 (patch) | |
tree | a2cff6fec1e6c4b4153a170a3e172cfe6bfdec46 /sshd.0 | |
parent | 796ba4fd011b5d0d9d78d592ba2f30fc9d5ed2e7 (diff) | |
parent | 28453d58058a4d60c3ebe7d7f0c31a510cbf6158 (diff) |
Import openssh_6.7p1.orig.tar.gz
Diffstat (limited to 'sshd.0')
-rw-r--r-- | sshd.0 | 26 |
1 files changed, 9 insertions, 17 deletions
@@ -1,4 +1,4 @@ | |||
1 | SSHD(8) OpenBSD System Manager's Manual SSHD(8) | 1 | SSHD(8) System Manager's Manual SSHD(8) |
2 | 2 | ||
3 | NAME | 3 | NAME |
4 | sshd - OpenSSH SSH daemon | 4 | sshd - OpenSSH SSH daemon |
@@ -11,7 +11,7 @@ SYNOPSIS | |||
11 | 11 | ||
12 | DESCRIPTION | 12 | DESCRIPTION |
13 | sshd (OpenSSH Daemon) is the daemon program for ssh(1). Together these | 13 | sshd (OpenSSH Daemon) is the daemon program for ssh(1). Together these |
14 | programs replace rlogin(1) and rsh(1), and provide secure encrypted | 14 | programs replace rlogin and rsh, and provide secure encrypted |
15 | communications between two untrusted hosts over an insecure network. | 15 | communications between two untrusted hosts over an insecure network. |
16 | 16 | ||
17 | sshd listens for connections from clients. It is normally started at | 17 | sshd listens for connections from clients. It is normally started at |
@@ -228,9 +228,10 @@ LOGIN PROCESS | |||
228 | 228 | ||
229 | 7. Changes to user's home directory. | 229 | 7. Changes to user's home directory. |
230 | 230 | ||
231 | 8. If ~/.ssh/rc exists, runs it; else if /etc/ssh/sshrc exists, | 231 | 8. If ~/.ssh/rc exists and the sshd_config(5) PermitUserRC option |
232 | runs it; otherwise runs xauth. The ``rc'' files are given the | 232 | is set, runs it; else if /etc/ssh/sshrc exists, runs it; |
233 | X11 authentication protocol and cookie in standard input. See | 233 | otherwise runs xauth. The ``rc'' files are given the X11 |
234 | authentication protocol and cookie in standard input. See | ||
234 | SSHRC, below. | 235 | SSHRC, below. |
235 | 236 | ||
236 | 9. Runs user's shell or command. | 237 | 9. Runs user's shell or command. |
@@ -545,11 +546,6 @@ FILES | |||
545 | directory becomes accessible. This file should be writable only | 546 | directory becomes accessible. This file should be writable only |
546 | by the user, and need not be readable by anyone else. | 547 | by the user, and need not be readable by anyone else. |
547 | 548 | ||
548 | /etc/hosts.allow | ||
549 | /etc/hosts.deny | ||
550 | Access controls that should be enforced by tcp-wrappers are | ||
551 | defined here. Further details are described in hosts_access(5). | ||
552 | |||
553 | /etc/hosts.equiv | 549 | /etc/hosts.equiv |
554 | This file is for host-based authentication (see ssh(1)). It | 550 | This file is for host-based authentication (see ssh(1)). It |
555 | should only be writable by root. | 551 | should only be writable by root. |
@@ -625,8 +621,8 @@ FILES | |||
625 | 621 | ||
626 | SEE ALSO | 622 | SEE ALSO |
627 | scp(1), sftp(1), ssh(1), ssh-add(1), ssh-agent(1), ssh-keygen(1), | 623 | scp(1), sftp(1), ssh(1), ssh-add(1), ssh-agent(1), ssh-keygen(1), |
628 | ssh-keyscan(1), chroot(2), hosts_access(5), login.conf(5), moduli(5), | 624 | ssh-keyscan(1), chroot(2), login.conf(5), moduli(5), sshd_config(5), |
629 | sshd_config(5), inetd(8), sftp-server(8) | 625 | inetd(8), sftp-server(8) |
630 | 626 | ||
631 | AUTHORS | 627 | AUTHORS |
632 | OpenSSH is a derivative of the original and free ssh 1.2.12 release by | 628 | OpenSSH is a derivative of the original and free ssh 1.2.12 release by |
@@ -636,8 +632,4 @@ AUTHORS | |||
636 | versions 1.5 and 2.0. Niels Provos and Markus Friedl contributed support | 632 | versions 1.5 and 2.0. Niels Provos and Markus Friedl contributed support |
637 | for privilege separation. | 633 | for privilege separation. |
638 | 634 | ||
639 | CAVEATS | 635 | OpenBSD 5.6 July 3, 2014 OpenBSD 5.6 |
640 | System security is not improved unless rshd, rlogind, and rexecd are | ||
641 | disabled (thus completely disabling rlogin and rsh into the machine). | ||
642 | |||
643 | OpenBSD 5.5 December 7, 2013 OpenBSD 5.5 | ||