summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-01-14 10:08:36 +1100
committerDamien Miller <djm@mindrot.org>2006-01-14 10:08:36 +1100
commite87eb4ce3ce4711b94a72d729352c240047f17c1 (patch)
tree58d96caeccf5ebf3bf5c7228722ab1da1c4c1513
parente78c6ce8cfe5a31db0090f91728d3b14e9875cd5 (diff)
- (djm) OpenBSD CVS Sync
- jmc@cvs.openbsd.org 2006/01/06 13:27:32 [ssh.1] weed out some duplicate info in the known_hosts FILES entries; ok djm
-rw-r--r--ChangeLog9
-rw-r--r--ssh.130
2 files changed, 16 insertions, 23 deletions
diff --git a/ChangeLog b/ChangeLog
index 612612b4a..462328c18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
120060114
2 - (djm) OpenBSD CVS Sync
3 - jmc@cvs.openbsd.org 2006/01/06 13:27:32
4 [ssh.1]
5 weed out some duplicate info in the known_hosts FILES entries;
6 ok djm
7
120060109 820060109
2 - (dtucker) [contrib/cygwin/ssh-host-config] Make sshd service depend on 9 - (dtucker) [contrib/cygwin/ssh-host-config] Make sshd service depend on
3 tcpip service so it's always started after IP is up. Patch from 10 tcpip service so it's always started after IP is up. Patch from
@@ -3674,4 +3681,4 @@
3674 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3681 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3675 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3682 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3676 3683
3677$Id: ChangeLog,v 1.4083 2006/01/09 13:02:44 dtucker Exp $ 3684$Id: ChangeLog,v 1.4084 2006/01/13 23:08:36 djm Exp $
diff --git a/ssh.1 b/ssh.1
index 789e94733..cfe1655e6 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.243 2006/01/04 19:50:09 jmc Exp $ 37.\" $OpenBSD: ssh.1,v 1.244 2006/01/06 13:27:32 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -1120,11 +1120,11 @@ never used automatically and are not necessary: they are only provided for
1120the convenience of the user. 1120the convenience of the user.
1121.Pp 1121.Pp
1122.It ~/.ssh/known_hosts 1122.It ~/.ssh/known_hosts
1123Records host keys for all hosts the user has logged into that are not 1123Contains a list of host keys for all hosts the user has logged into
1124in 1124that are not already in the systemwide list of known host keys.
1125.Pa /etc/ssh/ssh_known_hosts .
1126See 1125See
1127.Xr sshd 8 . 1126.Xr sshd 8
1127for further details of the format of this file.
1128.Pp 1128.Pp
1129.It ~/.ssh/rc 1129.It ~/.ssh/rc
1130Commands in this file are executed by 1130Commands in this file are executed by
@@ -1181,24 +1181,10 @@ Systemwide list of known host keys.
1181This file should be prepared by the 1181This file should be prepared by the
1182system administrator to contain the public host keys of all machines in the 1182system administrator to contain the public host keys of all machines in the
1183organization. 1183organization.
1184This file should be world-readable. 1184It should be world-readable.
1185This file contains 1185See
1186public keys, one per line, in the following format (fields separated
1187by spaces): system name, public key and optional comment field.
1188When different names are used
1189for the same machine, all such names should be listed, separated by
1190commas.
1191The format is described in the
1192.Xr sshd 8
1193manual page.
1194.Pp
1195The canonical system name (as returned by name servers) is used by
1196.Xr sshd 8 1186.Xr sshd 8
1197to verify the client host when logging in; other names are needed because 1187for further details of the format of this file.
1198.Nm
1199does not convert the user-supplied name to a canonical name before
1200checking the key, because someone with access to the name servers
1201would then be able to fool host authentication.
1202.Pp 1188.Pp
1203.It /etc/ssh/sshrc 1189.It /etc/ssh/sshrc
1204Commands in this file are executed by 1190Commands in this file are executed by