diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | sshd.8 | 20 |
2 files changed, 6 insertions, 17 deletions
@@ -115,6 +115,9 @@ | |||
115 | [ssh-keysign.c sshd.c] | 115 | [ssh-keysign.c sshd.c] |
116 | Delete futile calls to RAND_seed. ok djm | 116 | Delete futile calls to RAND_seed. ok djm |
117 | NB. Id sync only. This only applies to OpenBSD's libcrypto slashathon | 117 | NB. Id sync only. This only applies to OpenBSD's libcrypto slashathon |
118 | - tedu@cvs.openbsd.org 2014/04/19 18:15:16 | ||
119 | [sshd.8] | ||
120 | remove some really old rsh references | ||
118 | 121 | ||
119 | 20140401 | 122 | 20140401 |
120 | - (djm) On platforms that support it, use prctl() to prevent sftp-server | 123 | - (djm) On platforms that support it, use prctl() to prevent sftp-server |
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: sshd.8,v 1.274 2014/03/26 19:58:37 tedu Exp $ | 36 | .\" $OpenBSD: sshd.8,v 1.275 2014/04/19 18:15:16 tedu Exp $ |
37 | .Dd $Mdocdate: March 26 2014 $ | 37 | .Dd $Mdocdate: April 19 2014 $ |
38 | .Dt SSHD 8 | 38 | .Dt SSHD 8 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -60,10 +60,7 @@ | |||
60 | .Nm | 60 | .Nm |
61 | (OpenSSH Daemon) is the daemon program for | 61 | (OpenSSH Daemon) is the daemon program for |
62 | .Xr ssh 1 . | 62 | .Xr ssh 1 . |
63 | Together these programs replace | 63 | Together these programs replace rlogin and rsh, |
64 | .Xr rlogin 1 | ||
65 | and | ||
66 | .Xr rsh 1 , | ||
67 | and provide secure encrypted communications between two untrusted hosts | 64 | and provide secure encrypted communications between two untrusted hosts |
68 | over an insecure network. | 65 | over an insecure network. |
69 | .Pp | 66 | .Pp |
@@ -970,14 +967,3 @@ Markus Friedl contributed the support for SSH | |||
970 | protocol versions 1.5 and 2.0. | 967 | protocol versions 1.5 and 2.0. |
971 | Niels Provos and Markus Friedl contributed support | 968 | Niels Provos and Markus Friedl contributed support |
972 | for privilege separation. | 969 | for privilege separation. |
973 | .Sh CAVEATS | ||
974 | System security is not improved unless | ||
975 | .Nm rshd , | ||
976 | .Nm rlogind , | ||
977 | and | ||
978 | .Nm rexecd | ||
979 | are disabled (thus completely disabling | ||
980 | .Xr rlogin | ||
981 | and | ||
982 | .Xr rsh | ||
983 | into the machine). | ||