summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-04-20 13:29:06 +1000
committerDamien Miller <djm@mindrot.org>2014-04-20 13:29:06 +1000
commit69cb24b7356ec3f0fc5ff04a68f98f2c55c766f4 (patch)
treee085da539983491552bcf171ca793169219b74c1
parent84c1e7bca8c4ceaccf4d5557e39a833585a3c77e (diff)
- tedu@cvs.openbsd.org 2014/04/19 18:15:16
[sshd.8] remove some really old rsh references
-rw-r--r--ChangeLog3
-rw-r--r--sshd.820
2 files changed, 6 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index f14d4a06..68c7e432 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -115,6 +115,9 @@
[ssh-keysign.c sshd.c]
Delete futile calls to RAND_seed. ok djm
NB. Id sync only. This only applies to OpenBSD's libcrypto slashathon
+ - tedu@cvs.openbsd.org 2014/04/19 18:15:16
+ [sshd.8]
+ remove some really old rsh references
20140401
- (djm) On platforms that support it, use prctl() to prevent sftp-server
diff --git a/sshd.8 b/sshd.8
index 289e13de..3f27521d 100644
--- a/sshd.8
+++ b/sshd.8
@@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd.8,v 1.274 2014/03/26 19:58:37 tedu Exp $
-.Dd $Mdocdate: March 26 2014 $
+.\" $OpenBSD: sshd.8,v 1.275 2014/04/19 18:15:16 tedu Exp $
+.Dd $Mdocdate: April 19 2014 $
.Dt SSHD 8
.Os
.Sh NAME
@@ -60,10 +60,7 @@
.Nm
(OpenSSH Daemon) is the daemon program for
.Xr ssh 1 .
-Together these programs replace
-.Xr rlogin 1
-and
-.Xr rsh 1 ,
+Together these programs replace rlogin and rsh,
and provide secure encrypted communications between two untrusted hosts
over an insecure network.
.Pp
@@ -970,14 +967,3 @@ Markus Friedl contributed the support for SSH
protocol versions 1.5 and 2.0.
Niels Provos and Markus Friedl contributed support
for privilege separation.
-.Sh CAVEATS
-System security is not improved unless
-.Nm rshd ,
-.Nm rlogind ,
-and
-.Nm rexecd
-are disabled (thus completely disabling
-.Xr rlogin
-and
-.Xr rsh
-into the machine).