diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-15 11:33:00 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-15 11:33:00 +1100 |
commit | cc00f5e2592157fa772bd4c287618c357ef7b444 (patch) | |
tree | 8d89531a9b09807edf6cb571eea2b35dab9148cc /sshd.8 | |
parent | 9a7f201d45a5bc2c268ff35668a120487ac8e33c (diff) |
- jmc@cvs.openbsd.org 2006/02/13 11:02:26
[sshd.8]
turn this into an example ssh_known_hosts file; ok djm
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 | |||
576 | or by taking | 576 | or by taking |
577 | .Pa /etc/ssh/ssh_host_key.pub | 577 | .Pa /etc/ssh/ssh_host_key.pub |
578 | and adding the host names at the front. | 578 | and adding the host names at the front. |
579 | .Ss Examples | 579 | .Pp |
580 | .Bd -literal | 580 | An example ssh_known_hosts file: |
581 | closenet,...,130.233.208.41 1024 37 159...93 closenet.hut.fi | 581 | .Bd -literal -offset 3n |
582 | cvs.openbsd.org,199.185.137.3 ssh-rsa AAAA1234.....= | 582 | # Comments allowed at start of line |
583 | .Ed | 583 | closenet,...,192.0.2.53 1024 37 159...93 closenet.example.net |
584 | .Bd -literal | 584 | cvs.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 |
587 | AAAA1234.....= | 587 | AAAA1234.....= |