mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-03 08:12:05 +00:00
- mpech@cvs.openbsd.org 2002/02/13 08:33:47
[ssh-keyscan.1] When you give command examples and etc., in a manual page prefix them with: $ command or # command
This commit is contained in:
parent
92c1fc41fe
commit
7af3d10588
10
ChangeLog
10
ChangeLog
@ -1,3 +1,11 @@
|
|||||||
|
20020219
|
||||||
|
- (djm) OpenBSD CVS Sync
|
||||||
|
- mpech@cvs.openbsd.org 2002/02/13 08:33:47
|
||||||
|
[ssh-keyscan.1]
|
||||||
|
When you give command examples and etc., in a manual page prefix them with: $ command
|
||||||
|
or
|
||||||
|
# command
|
||||||
|
|
||||||
20020218
|
20020218
|
||||||
- (tim) newer config.guess from ftp://ftp.gnu.org/gnu/config/config.guess
|
- (tim) newer config.guess from ftp://ftp.gnu.org/gnu/config/config.guess
|
||||||
|
|
||||||
@ -7594,4 +7602,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1854 2002/02/18 23:18:56 tim Exp $
|
$Id: ChangeLog,v 1.1855 2002/02/19 04:19:42 djm Exp $
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $OpenBSD: ssh-keyscan.1,v 1.13 2002/02/09 17:37:34 deraadt Exp $
|
.\" $OpenBSD: ssh-keyscan.1,v 1.14 2002/02/13 08:33:47 mpech Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
|
.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
|
||||||
.\"
|
.\"
|
||||||
@ -104,7 +104,7 @@ Print the
|
|||||||
host key for machine
|
host key for machine
|
||||||
.Pa hostname :
|
.Pa hostname :
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
ssh-keyscan hostname
|
$ ssh-keyscan hostname
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
Find all hosts from the file
|
Find all hosts from the file
|
||||||
@ -112,7 +112,7 @@ Find all hosts from the file
|
|||||||
which have new or different keys from those in the sorted file
|
which have new or different keys from those in the sorted file
|
||||||
.Pa ssh_known_hosts :
|
.Pa ssh_known_hosts :
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
ssh-keyscan -t rsa,dsa -f ssh_hosts | \e\
|
$ ssh-keyscan -t rsa,dsa -f ssh_hosts | \e\
|
||||||
sort -u - ssh_known_hosts | diff ssh_known_hosts -
|
sort -u - ssh_known_hosts | diff ssh_known_hosts -
|
||||||
.Ed
|
.Ed
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
|
Loading…
Reference in New Issue
Block a user