summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--sshd.814
2 files changed, 11 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e20e59a3..e857f566c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -97,6 +97,9 @@
97 - jmc@cvs.openbsd.org 2006/02/13 10:21:25 97 - jmc@cvs.openbsd.org 2006/02/13 10:21:25
98 [sshd.8] 98 [sshd.8]
99 small tweaks for the ssh_known_hosts section; 99 small tweaks for the ssh_known_hosts section;
100 - jmc@cvs.openbsd.org 2006/02/13 11:02:26
101 [sshd.8]
102 turn this into an example ssh_known_hosts file; ok djm
100 103
10120060313 10420060313
102 - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong) 105 - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
@@ -3998,4 +4001,4 @@
3998 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4001 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3999 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4002 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4000 4003
4001$Id: ChangeLog,v 1.4166 2006/03/15 00:32:42 djm Exp $ 4004$Id: ChangeLog,v 1.4167 2006/03/15 00:33:00 djm Exp $
diff --git a/sshd.8 b/sshd.8
index 1db605c6a..d5f48085e 100644
--- a/sshd.8
+++ b/sshd.8
@@ -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: sshd.8,v 1.220 2006/02/13 10:21:25 jmc Exp $ 37.\" $OpenBSD: sshd.8,v 1.221 2006/02/13 11:02:26 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -576,12 +576,12 @@ Rather, generate them by a script
576or by taking 576or by taking
577.Pa /etc/ssh/ssh_host_key.pub 577.Pa /etc/ssh/ssh_host_key.pub
578and adding the host names at the front. 578and adding the host names at the front.
579.Ss Examples 579.Pp
580.Bd -literal 580An example ssh_known_hosts file:
581closenet,...,130.233.208.41 1024 37 159...93 closenet.hut.fi 581.Bd -literal -offset 3n
582cvs.openbsd.org,199.185.137.3 ssh-rsa AAAA1234.....= 582# Comments allowed at start of line
583.Ed 583closenet,...,192.0.2.53 1024 37 159...93 closenet.example.net
584.Bd -literal 584cvs.example.net,192.0.2.10 ssh-rsa AAAA1234.....=
585# A hashed hostname 585# A hashed hostname
586|1|JfKTdBh7rNbXkVAQCRp4OQoPfmI=|USECr3SWf1JUPsms5AqfD5QfxkM= ssh-rsa 586|1|JfKTdBh7rNbXkVAQCRp4OQoPfmI=|USECr3SWf1JUPsms5AqfD5QfxkM= ssh-rsa
587AAAA1234.....= 587AAAA1234.....=