diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ssh.1 | 5 | ||||
-rw-r--r-- | sshd.8 | 12 |
3 files changed, 13 insertions, 10 deletions
@@ -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 $ |
@@ -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 | |||
1451 | having this file is to be able to use rhosts authentication with | 1451 | having this file is to be able to use rhosts authentication with |
1452 | .Nm | 1452 | .Nm |
1453 | without permitting login with | 1453 | without permitting login with |
1454 | .Xr rlogin 1 | 1454 | .Nm rlogin |
1455 | or | 1455 | or |
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. | |||
1508 | Markus Friedl contributed the support for SSH | 1508 | Markus Friedl contributed the support for SSH |
1509 | protocol versions 1.5 and 2.0. | 1509 | protocol 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 , |
@@ -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 | |||
116 | because it is fundamentally insecure, but can be enabled in the server | 116 | because it is fundamentally insecure, but can be enabled in the server |
117 | configuration file if desired. | 117 | configuration file if desired. |
118 | System security is not improved unless | 118 | System security is not improved unless |
119 | .Xr rshd 8 , | 119 | .Nm rshd , |
120 | .Xr rlogind 8 , | 120 | .Nm rlogind , |
121 | and | 121 | and |
122 | .Xr rexecd 8 | 122 | .Xr rexecd |
123 | are disabled (thus completely disabling | 123 | are disabled (thus completely disabling |
124 | .Xr rlogin 1 | 124 | .Xr rlogin |
125 | and | 125 | and |
126 | .Xr rsh 1 | 126 | .Xr rsh |
127 | into the machine). | 127 | into the machine). |
128 | .Pp | 128 | .Pp |
129 | .Ss SSH protocol version 2 | 129 | .Ss SSH protocol version 2 |