[ssh.1 sshd.8]
     Kill/adjust r(login|exec)d? references now that those are no longer in
     the tree.
This commit is contained in:
Ben Lindstrom 2002-05-15 21:36:45 +00:00
parent bb2ce36d4d
commit c57bbf158d
3 changed files with 13 additions and 10 deletions

View File

@ -35,6 +35,10 @@
- deraadt@cvs.openbsd.org 2002/05/04 02:39:35 - deraadt@cvs.openbsd.org 2002/05/04 02:39:35
[servconf.c sshd.8 sshd_config] [servconf.c sshd.8 sshd_config]
enable privsep by default; provos ok enable privsep by default; provos ok
- 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.
- (bal) Fixed up PAM case. I think. - (bal) Fixed up PAM case. I think.
- (bal) Clarified openbsd-compat/*-cray.* Licence provided by Wendy - (bal) Clarified openbsd-compat/*-cray.* Licence provided by Wendy
@ -641,4 +645,4 @@
- (stevesk) entropy.c: typo in debug message - (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@ - (djm) ssh-keygen -i needs seeded RNG; report from markus@
$Id: ChangeLog,v 1.2131 2002/05/15 21:35:43 mouring Exp $ $Id: ChangeLog,v 1.2132 2002/05/15 21:36:45 mouring Exp $

5
ssh.1
View File

@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: ssh.1,v 1.150 2002/03/26 11:34:49 markus Exp $ .\" $OpenBSD: ssh.1,v 1.151 2002/05/06 23:34:33 millert Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSH 1 .Dt SSH 1
.Os .Os
@ -1451,7 +1451,7 @@ The purpose for
having this file is to be able to use rhosts authentication with having this file is to be able to use rhosts authentication with
.Nm .Nm
without permitting login with without permitting login with
.Xr rlogin 1 .Nm rlogin
or or
.Xr rsh 1 . .Xr rsh 1 .
.It Pa /etc/hosts.equiv .It Pa /etc/hosts.equiv
@ -1508,7 +1508,6 @@ created OpenSSH.
Markus Friedl contributed the support for SSH Markus Friedl contributed the support for SSH
protocol versions 1.5 and 2.0. protocol versions 1.5 and 2.0.
.Sh SEE ALSO .Sh SEE ALSO
.Xr rlogin 1 ,
.Xr rsh 1 , .Xr rsh 1 ,
.Xr scp 1 , .Xr scp 1 ,
.Xr sftp 1 , .Xr sftp 1 ,

12
sshd.8
View File

@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: sshd.8,v 1.179 2002/05/04 02:39:35 deraadt Exp $ .\" $OpenBSD: sshd.8,v 1.180 2002/05/06 23:34:33 millert Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSHD 8 .Dt SSHD 8
.Os .Os
@ -116,14 +116,14 @@ Rhosts authentication is normally disabled
because it is fundamentally insecure, but can be enabled in the server because it is fundamentally insecure, but can be enabled in the server
configuration file if desired. configuration file if desired.
System security is not improved unless System security is not improved unless
.Xr rshd 8 , .Nm rshd ,
.Xr rlogind 8 , .Nm rlogind ,
and and
.Xr rexecd 8 .Xr rexecd
are disabled (thus completely disabling are disabled (thus completely disabling
.Xr rlogin 1 .Xr rlogin
and and
.Xr rsh 1 .Xr rsh
into the machine). into the machine).
.Pp .Pp
.Ss SSH protocol version 2 .Ss SSH protocol version 2