mirror of git://anongit.mindrot.org/openssh.git
- jmc@cvs.openbsd.org 2008/06/26 21:11:46
[ssh.1] add VisualHostKey to the list of options listed in -o;
This commit is contained in:
parent
1028824e5c
commit
8639920a9b
|
@ -28,6 +28,9 @@
|
||||||
on every newly seen host even when the option was not enabled.
|
on every newly seen host even when the option was not enabled.
|
||||||
prodded by deraadt@, discussions,
|
prodded by deraadt@, discussions,
|
||||||
help and ok markus@ djm@ dtucker@
|
help and ok markus@ djm@ dtucker@
|
||||||
|
- jmc@cvs.openbsd.org 2008/06/26 21:11:46
|
||||||
|
[ssh.1]
|
||||||
|
add VisualHostKey to the list of options listed in -o;
|
||||||
|
|
||||||
20080628
|
20080628
|
||||||
- (djm) [RFC.nroff contrib/cygwin/Makefile contrib/suse/openssh.spec]
|
- (djm) [RFC.nroff contrib/cygwin/Makefile contrib/suse/openssh.spec]
|
||||||
|
@ -4448,4 +4451,4 @@
|
||||||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.5029 2008/06/29 14:04:03 djm Exp $
|
$Id: ChangeLog,v 1.5030 2008/06/29 14:04:31 djm Exp $
|
||||||
|
|
3
ssh.1
3
ssh.1
|
@ -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: ssh.1,v 1.275 2008/06/26 11:46:31 grunk Exp $
|
.\" $OpenBSD: ssh.1,v 1.276 2008/06/26 21:11:46 jmc Exp $
|
||||||
.Dd $Mdocdate: June 26 2008 $
|
.Dd $Mdocdate: June 26 2008 $
|
||||||
.Dt SSH 1
|
.Dt SSH 1
|
||||||
.Os
|
.Os
|
||||||
|
@ -498,6 +498,7 @@ For full details of the options listed below, and their possible values, see
|
||||||
.It User
|
.It User
|
||||||
.It UserKnownHostsFile
|
.It UserKnownHostsFile
|
||||||
.It VerifyHostKeyDNS
|
.It VerifyHostKeyDNS
|
||||||
|
.It VisualHostKey
|
||||||
.It XAuthLocation
|
.It XAuthLocation
|
||||||
.El
|
.El
|
||||||
.It Fl p Ar port
|
.It Fl p Ar port
|
||||||
|
|
Loading…
Reference in New Issue