summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-10-02 21:35:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-10-02 21:35:48 +0000
commit55f82b33ecb566f9dedfd750e571d3b1373d81bd (patch)
tree84bbcf543db0bb949e902b7b4717647f7d12b60e /usr.bin
parentf493b98e3b65304f6569121ea6daef7218227d91 (diff)
rhosts-rsa-auth ignores ~/.ssh/known_hosts; markus.friedl@informatik.uni-erlangen.de
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/ssh.16
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1
index 11a7b9b0a43..13c926fc8ca 100644
--- a/usr.bin/ssh/ssh.1
+++ b/usr.bin/ssh/ssh.1
@@ -9,7 +9,7 @@
.\"
.\" Created: Sat Apr 22 21:55:14 1995 ylo
.\"
-.\" $Id: ssh.1,v 1.10 1999/10/02 21:19:42 provos Exp $
+.\" $Id: ssh.1,v 1.11 1999/10/02 21:35:47 deraadt Exp $
.\"
.Dd September 25, 1999
.Dt SSH 1
@@ -76,10 +76,8 @@ means that if the login would be permitted by
.Pa /etc/hosts.equiv ,
or
.Pa /etc/shosts.equiv ,
-and additionally it can verify the client's
+and if additionally the server can verify the client's
host key (see
-.Pa $HOME/.ssh/known_hosts
-and
.Pa /etc/ssh_known_hosts
in the
.Sx FILES