]> andersk Git - openssh.git/commitdiff
- jmc@cvs.openbsd.org 2006/02/13 11:02:26
authordjm <djm>
Wed, 15 Mar 2006 00:33:00 +0000 (00:33 +0000)
committerdjm <djm>
Wed, 15 Mar 2006 00:33:00 +0000 (00:33 +0000)
     [sshd.8]
     turn this into an example ssh_known_hosts file; ok djm

ChangeLog
sshd.8

index 11da17a88c7268f6b3e1d7e4cee750c8054c8c22..6d9eec881c921045dc1eb8a5adb8519fb44b95d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -97,6 +97,9 @@
    - jmc@cvs.openbsd.org 2006/02/13 10:21:25
      [sshd.8]
      small tweaks for the ssh_known_hosts section;
+   - jmc@cvs.openbsd.org 2006/02/13 11:02:26
+     [sshd.8]
+     turn this into an example ssh_known_hosts file; ok djm
 
 20060313
  - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
diff --git a/sshd.8 b/sshd.8
index 1db605c6a215595b16976c65102d94e28b8f1b5e..d5f48085edcf3a2972dd4073c3116450fda20e11 100644 (file)
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: sshd.8,v 1.220 2006/02/13 10:21:25 jmc Exp $
+.\" $OpenBSD: sshd.8,v 1.221 2006/02/13 11:02:26 jmc Exp $
 .Dd September 25, 1999
 .Dt SSHD 8
 .Os
@@ -576,12 +576,12 @@ Rather, generate them by a script
 or by taking
 .Pa /etc/ssh/ssh_host_key.pub
 and adding the host names at the front.
-.Ss Examples
-.Bd -literal
-closenet,...,130.233.208.41 1024 37 159...93 closenet.hut.fi
-cvs.openbsd.org,199.185.137.3 ssh-rsa AAAA1234.....=
-.Ed
-.Bd -literal
+.Pp
+An example ssh_known_hosts file:
+.Bd -literal -offset 3n
+# Comments allowed at start of line
+closenet,...,192.0.2.53 1024 37 159...93 closenet.example.net
+cvs.example.net,192.0.2.10 ssh-rsa AAAA1234.....=
 # A hashed hostname
 |1|JfKTdBh7rNbXkVAQCRp4OQoPfmI=|USECr3SWf1JUPsms5AqfD5QfxkM= ssh-rsa
 AAAA1234.....=
This page took 0.200443 seconds and 5 git commands to generate.