summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ssh.111
2 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 85641c48c..a9ec3aee4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,6 +45,9 @@
45 - markus@cvs.openbsd.org 2001/11/08 10:51:08 45 - markus@cvs.openbsd.org 2001/11/08 10:51:08
46 [readpass.c] 46 [readpass.c]
47 don't strdup too much data; from gotoh@taiyo.co.jp; ok millert. 47 don't strdup too much data; from gotoh@taiyo.co.jp; ok millert.
48 - markus@cvs.openbsd.org 2001/11/08 17:49:53
49 [ssh.1]
50 mention setuid root requirements; noted by cnorris@csc.UVic.ca; ok stevesk@
48 51
4920011109 5220011109
50 - (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK) 53 - (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK)
@@ -6854,4 +6857,4 @@
6854 - Wrote replacements for strlcpy and mkdtemp 6857 - Wrote replacements for strlcpy and mkdtemp
6855 - Released 1.0pre1 6858 - Released 1.0pre1
6856 6859
6857$Id: ChangeLog,v 1.1648 2001/11/12 00:05:20 djm Exp $ 6860$Id: ChangeLog,v 1.1649 2001/11/12 00:05:38 djm Exp $
diff --git a/ssh.1 b/ssh.1
index 404f80bd1..ad3c96023 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.140 2001/10/30 20:29:09 markus Exp $ 37.\" $OpenBSD: ssh.1,v 1.141 2001/11/08 17:49:53 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -1389,6 +1389,15 @@ This file provides defaults for those
1389values that are not specified in the user's configuration file, and 1389values that are not specified in the user's configuration file, and
1390for those users who do not have a configuration file. 1390for those users who do not have a configuration file.
1391This file must be world-readable. 1391This file must be world-readable.
1392.It Pa /etc/ssh_host_key, /etc/ssh_host_dsa_key, /etc/ssh_host_rsa_key
1393These three files contain the private parts of the host keys
1394and are used for
1395.Cm RhostsRSAAuthentication
1396and
1397.Cm HostbasedAuthentication .
1398Since they are readable only by root
1399.Nm
1400must be setuid root if these authentication methods are desired.
1392.It Pa $HOME/.rhosts 1401.It Pa $HOME/.rhosts
1393This file is used in 1402This file is used in
1394.Pa \&.rhosts 1403.Pa \&.rhosts