diff options
author | Colin Watson <cjwatson@debian.org> | 2010-01-01 17:15:23 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2010-01-01 17:15:23 +0000 |
commit | 99b402ea4c8457b0a3cafff37f5b3410a8dc6476 (patch) | |
tree | 1d24ce54c9981ea8cbb4c5a9309964a0e4c4b320 /ssh-keyscan.0 | |
parent | 87552344215a38d3a2b0d4d63dc151e05978bbe1 (diff) | |
parent | 54af7a4ae8d455791a631bdfaade4b64436ae16a (diff) |
import openssh-5.2p1-gsskex-all-20090726.patch
Diffstat (limited to 'ssh-keyscan.0')
-rw-r--r-- | ssh-keyscan.0 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh-keyscan.0 b/ssh-keyscan.0 index 5cd68816c..dadfd4b63 100644 --- a/ssh-keyscan.0 +++ b/ssh-keyscan.0 | |||
@@ -5,7 +5,7 @@ NAME | |||
5 | 5 | ||
6 | SYNOPSIS | 6 | SYNOPSIS |
7 | ssh-keyscan [-46Hv] [-f file] [-p port] [-T timeout] [-t type] | 7 | ssh-keyscan [-46Hv] [-f file] [-p port] [-T timeout] [-t type] |
8 | [host | addrlist namelist] [...] | 8 | [host | addrlist namelist] ... |
9 | 9 | ||
10 | DESCRIPTION | 10 | DESCRIPTION |
11 | ssh-keyscan is a utility for gathering the public ssh host keys of a num- | 11 | ssh-keyscan is a utility for gathering the public ssh host keys of a num- |
@@ -80,7 +80,7 @@ FILES | |||
80 | /etc/ssh/ssh_known_hosts | 80 | /etc/ssh/ssh_known_hosts |
81 | 81 | ||
82 | EXAMPLES | 82 | EXAMPLES |
83 | Print the rsa1 host key for machine hostname: | 83 | Print the rsa host key for machine hostname: |
84 | 84 | ||
85 | $ ssh-keyscan hostname | 85 | $ ssh-keyscan hostname |
86 | 86 | ||
@@ -104,4 +104,4 @@ BUGS | |||
104 | This is because it opens a connection to the ssh port, reads the public | 104 | This is because it opens a connection to the ssh port, reads the public |
105 | key, and drops the connection as soon as it gets the key. | 105 | key, and drops the connection as soon as it gets the key. |
106 | 106 | ||
107 | OpenBSD 4.4 April 30, 2008 2 | 107 | OpenBSD 4.5 December 29, 2008 2 |