- jmc@cvs.openbsd.org 2006/02/13 10:21:25
[sshd.8] small tweaks for the ssh_known_hosts section;
This commit is contained in:
parent
7d2ef02f1c
commit
9a7f201d45
|
@ -94,6 +94,9 @@
|
||||||
no need to subsection the authorized_keys examples - instead, convert
|
no need to subsection the authorized_keys examples - instead, convert
|
||||||
this to look like an actual file. also use proto 2 keys, and use IETF
|
this to look like an actual file. also use proto 2 keys, and use IETF
|
||||||
example addresses;
|
example addresses;
|
||||||
|
- jmc@cvs.openbsd.org 2006/02/13 10:21:25
|
||||||
|
[sshd.8]
|
||||||
|
small tweaks for the ssh_known_hosts section;
|
||||||
|
|
||||||
20060313
|
20060313
|
||||||
- (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
|
- (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
|
||||||
|
@ -3995,4 +3998,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.4165 2006/03/15 00:32:06 djm Exp $
|
$Id: ChangeLog,v 1.4166 2006/03/15 00:32:42 djm Exp $
|
||||||
|
|
8
sshd.8
8
sshd.8
|
@ -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.219 2006/02/13 10:16:39 jmc Exp $
|
.\" $OpenBSD: sshd.8,v 1.220 2006/02/13 10:21:25 jmc Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSHD 8
|
.Dt SSHD 8
|
||||||
.Os
|
.Os
|
||||||
|
@ -521,7 +521,7 @@ and
|
||||||
files contain host public keys for all known hosts.
|
files contain host public keys for all known hosts.
|
||||||
The global file should
|
The global file should
|
||||||
be prepared by the administrator (optional), and the per-user file is
|
be prepared by the administrator (optional), and the per-user file is
|
||||||
maintained automatically: whenever the user connects from an unknown host
|
maintained automatically: whenever the user connects from an unknown host,
|
||||||
its key is added to the per-user file.
|
its key is added to the per-user file.
|
||||||
.Pp
|
.Pp
|
||||||
Each line in these files contains the following fields: hostnames,
|
Each line in these files contains the following fields: hostnames,
|
||||||
|
@ -529,7 +529,7 @@ bits, exponent, modulus, comment.
|
||||||
The fields are separated by spaces.
|
The fields are separated by spaces.
|
||||||
.Pp
|
.Pp
|
||||||
Hostnames is a comma-separated list of patterns
|
Hostnames is a comma-separated list of patterns
|
||||||
.Pf ( Ql \&*
|
.Pf ( Ql *
|
||||||
and
|
and
|
||||||
.Ql \&?
|
.Ql \&?
|
||||||
act as
|
act as
|
||||||
|
@ -551,7 +551,7 @@ Only one hashed hostname may appear on a single line and none of the above
|
||||||
negation or wildcard operators may be applied.
|
negation or wildcard operators may be applied.
|
||||||
.Pp
|
.Pp
|
||||||
Bits, exponent, and modulus are taken directly from the RSA host key; they
|
Bits, exponent, and modulus are taken directly from the RSA host key; they
|
||||||
can be obtained, e.g., from
|
can be obtained, for example, from
|
||||||
.Pa /etc/ssh/ssh_host_key.pub .
|
.Pa /etc/ssh/ssh_host_key.pub .
|
||||||
The optional comment field continues to the end of the line, and is not used.
|
The optional comment field continues to the end of the line, and is not used.
|
||||||
.Pp
|
.Pp
|
||||||
|
|
Loading…
Reference in New Issue