- jmc@cvs.openbsd.org 2006/02/13 11:02:26

[sshd.8]
     turn this into an example ssh_known_hosts file; ok djm
This commit is contained in:
Damien Miller 2006-03-15 11:33:00 +11:00
parent 9a7f201d45
commit cc00f5e259
2 changed files with 11 additions and 8 deletions

View File

@ -97,6 +97,9 @@
- jmc@cvs.openbsd.org 2006/02/13 10:21:25 - jmc@cvs.openbsd.org 2006/02/13 10:21:25
[sshd.8] [sshd.8]
small tweaks for the ssh_known_hosts section; 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 20060313
- (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong) - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
@ -3998,4 +4001,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.4166 2006/03/15 00:32:42 djm Exp $ $Id: ChangeLog,v 1.4167 2006/03/15 00:33:00 djm Exp $

14
sshd.8
View File

@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" 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 .Dd September 25, 1999
.Dt SSHD 8 .Dt SSHD 8
.Os .Os
@ -576,12 +576,12 @@ Rather, generate them by a script
or by taking or by taking
.Pa /etc/ssh/ssh_host_key.pub .Pa /etc/ssh/ssh_host_key.pub
and adding the host names at the front. and adding the host names at the front.
.Ss Examples .Pp
.Bd -literal An example ssh_known_hosts file:
closenet,...,130.233.208.41 1024 37 159...93 closenet.hut.fi .Bd -literal -offset 3n
cvs.openbsd.org,199.185.137.3 ssh-rsa AAAA1234.....= # Comments allowed at start of line
.Ed closenet,...,192.0.2.53 1024 37 159...93 closenet.example.net
.Bd -literal cvs.example.net,192.0.2.10 ssh-rsa AAAA1234.....=
# A hashed hostname # A hashed hostname
|1|JfKTdBh7rNbXkVAQCRp4OQoPfmI=|USECr3SWf1JUPsms5AqfD5QfxkM= ssh-rsa |1|JfKTdBh7rNbXkVAQCRp4OQoPfmI=|USECr3SWf1JUPsms5AqfD5QfxkM= ssh-rsa
AAAA1234.....= AAAA1234.....=