summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:32:42 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:32:42 +1100
commit9a7f201d45a5bc2c268ff35668a120487ac8e33c (patch)
treef1ddb7ee223bf12ff08db995468d2acedd5f3698
parent7d2ef02f1c79788e9b73d15a33019e09fe6bec76 (diff)
- jmc@cvs.openbsd.org 2006/02/13 10:21:25
[sshd.8] small tweaks for the ssh_known_hosts section;
-rw-r--r--ChangeLog5
-rw-r--r--sshd.88
2 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index ec05ccba3..0e20e59a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -94,6 +94,9 @@
94 no need to subsection the authorized_keys examples - instead, convert 94 no need to subsection the authorized_keys examples - instead, convert
95 this to look like an actual file. also use proto 2 keys, and use IETF 95 this to look like an actual file. also use proto 2 keys, and use IETF
96 example addresses; 96 example addresses;
97 - jmc@cvs.openbsd.org 2006/02/13 10:21:25
98 [sshd.8]
99 small tweaks for the ssh_known_hosts section;
97 100
9820060313 10120060313
99 - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong) 102 - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
@@ -3995,4 +3998,4 @@
3995 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3998 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3996 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3999 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3997 4000
3998$Id: ChangeLog,v 1.4165 2006/03/15 00:32:06 djm Exp $ 4001$Id: ChangeLog,v 1.4166 2006/03/15 00:32:42 djm Exp $
diff --git a/sshd.8 b/sshd.8
index 4eb5321ab..1db605c6a 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.219 2006/02/13 10:16:39 jmc Exp $ 37.\" $OpenBSD: sshd.8,v 1.220 2006/02/13 10:21:25 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -521,7 +521,7 @@ and
521files contain host public keys for all known hosts. 521files contain host public keys for all known hosts.
522The global file should 522The global file should
523be prepared by the administrator (optional), and the per-user file is 523be prepared by the administrator (optional), and the per-user file is
524maintained automatically: whenever the user connects from an unknown host 524maintained automatically: whenever the user connects from an unknown host,
525its key is added to the per-user file. 525its key is added to the per-user file.
526.Pp 526.Pp
527Each line in these files contains the following fields: hostnames, 527Each line in these files contains the following fields: hostnames,
@@ -529,7 +529,7 @@ bits, exponent, modulus, comment.
529The fields are separated by spaces. 529The fields are separated by spaces.
530.Pp 530.Pp
531Hostnames is a comma-separated list of patterns 531Hostnames is a comma-separated list of patterns
532.Pf ( Ql \&* 532.Pf ( Ql *
533and 533and
534.Ql \&? 534.Ql \&?
535act as 535act as
@@ -551,7 +551,7 @@ Only one hashed hostname may appear on a single line and none of the above
551negation or wildcard operators may be applied. 551negation or wildcard operators may be applied.
552.Pp 552.Pp
553Bits, exponent, and modulus are taken directly from the RSA host key; they 553Bits, exponent, and modulus are taken directly from the RSA host key; they
554can be obtained, e.g., from 554can be obtained, for example, from
555.Pa /etc/ssh/ssh_host_key.pub . 555.Pa /etc/ssh/ssh_host_key.pub .
556The optional comment field continues to the end of the line, and is not used. 556The optional comment field continues to the end of the line, and is not used.
557.Pp 557.Pp