summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-05-15 21:36:45 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-05-15 21:36:45 +0000
commitc57bbf158d9698b3ebac56d63e0d197a2169bd73 (patch)
treeed1dc3014903933ba00ba32f60b204fe062112eb
parentbb2ce36d4d706800a6b672f07cd7989497663160 (diff)
- millert@cvs.openbsd.org 2002/05/06 23:34:33
[ssh.1 sshd.8] Kill/adjust r(login|exec)d? references now that those are no longer in the tree.
-rw-r--r--ChangeLog6
-rw-r--r--ssh.15
-rw-r--r--sshd.812
3 files changed, 13 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index a298756b6..96f459ccb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,6 +35,10 @@
35 - deraadt@cvs.openbsd.org 2002/05/04 02:39:35 35 - deraadt@cvs.openbsd.org 2002/05/04 02:39:35
36 [servconf.c sshd.8 sshd_config] 36 [servconf.c sshd.8 sshd_config]
37 enable privsep by default; provos ok 37 enable privsep by default; provos ok
38 - millert@cvs.openbsd.org 2002/05/06 23:34:33
39 [ssh.1 sshd.8]
40 Kill/adjust r(login|exec)d? references now that those are no longer in
41 the tree.
38 - (bal) Fixed up PAM case. I think. 42 - (bal) Fixed up PAM case. I think.
39 - (bal) Clarified openbsd-compat/*-cray.* Licence provided by Wendy 43 - (bal) Clarified openbsd-compat/*-cray.* Licence provided by Wendy
40 44
@@ -641,4 +645,4 @@
641 - (stevesk) entropy.c: typo in debug message 645 - (stevesk) entropy.c: typo in debug message
642 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 646 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
643 647
644$Id: ChangeLog,v 1.2131 2002/05/15 21:35:43 mouring Exp $ 648$Id: ChangeLog,v 1.2132 2002/05/15 21:36:45 mouring Exp $
diff --git a/ssh.1 b/ssh.1
index bc66701e4..46c31406f 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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: ssh.1,v 1.150 2002/03/26 11:34:49 markus Exp $ 37.\" $OpenBSD: ssh.1,v 1.151 2002/05/06 23:34:33 millert Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -1451,7 +1451,7 @@ The purpose for
1451having this file is to be able to use rhosts authentication with 1451having this file is to be able to use rhosts authentication with
1452.Nm 1452.Nm
1453without permitting login with 1453without permitting login with
1454.Xr rlogin 1 1454.Nm rlogin
1455or 1455or
1456.Xr rsh 1 . 1456.Xr rsh 1 .
1457.It Pa /etc/hosts.equiv 1457.It Pa /etc/hosts.equiv
@@ -1508,7 +1508,6 @@ created OpenSSH.
1508Markus Friedl contributed the support for SSH 1508Markus Friedl contributed the support for SSH
1509protocol versions 1.5 and 2.0. 1509protocol versions 1.5 and 2.0.
1510.Sh SEE ALSO 1510.Sh SEE ALSO
1511.Xr rlogin 1 ,
1512.Xr rsh 1 , 1511.Xr rsh 1 ,
1513.Xr scp 1 , 1512.Xr scp 1 ,
1514.Xr sftp 1 , 1513.Xr sftp 1 ,
diff --git a/sshd.8 b/sshd.8
index 243dbf130..109f16fdf 100644
--- a/sshd.8
+++ b/sshd.8
@@ -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.179 2002/05/04 02:39:35 deraadt Exp $ 37.\" $OpenBSD: sshd.8,v 1.180 2002/05/06 23:34:33 millert Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -116,14 +116,14 @@ Rhosts authentication is normally disabled
116because it is fundamentally insecure, but can be enabled in the server 116because it is fundamentally insecure, but can be enabled in the server
117configuration file if desired. 117configuration file if desired.
118System security is not improved unless 118System security is not improved unless
119.Xr rshd 8 , 119.Nm rshd ,
120.Xr rlogind 8 , 120.Nm rlogind ,
121and 121and
122.Xr rexecd 8 122.Xr rexecd
123are disabled (thus completely disabling 123are disabled (thus completely disabling
124.Xr rlogin 1 124.Xr rlogin
125and 125and
126.Xr rsh 1 126.Xr rsh
127into the machine). 127into the machine).
128.Pp 128.Pp
129.Ss SSH protocol version 2 129.Ss SSH protocol version 2