- djm@cvs.openbsd.org 2013/04/19 11:10:18
[ssh.c] add -Q to usage; reminded by jmc@
This commit is contained in:
parent
ea11119eee
commit
34bd20a1e5
|
@ -75,6 +75,9 @@
|
||||||
add the ability to query supported ciphers, MACs, key type and KEX
|
add the ability to query supported ciphers, MACs, key type and KEX
|
||||||
algorithms to ssh. Includes some refactoring of KEX and key type handling
|
algorithms to ssh. Includes some refactoring of KEX and key type handling
|
||||||
to be table-driven; ok markus@
|
to be table-driven; ok markus@
|
||||||
|
- djm@cvs.openbsd.org 2013/04/19 11:10:18
|
||||||
|
[ssh.c]
|
||||||
|
add -Q to usage; reminded by jmc@
|
||||||
|
|
||||||
20130418
|
20130418
|
||||||
- (djm) [config.guess config.sub] Update to last versions before they switch
|
- (djm) [config.guess config.sub] Update to last versions before they switch
|
||||||
|
|
4
ssh.c
4
ssh.c
|
@ -1,4 +1,4 @@
|
||||||
/* $OpenBSD: ssh.c,v 1.376 2013/04/19 01:06:50 djm Exp $ */
|
/* $OpenBSD: ssh.c,v 1.377 2013/04/19 11:10:18 djm Exp $ */
|
||||||
/*
|
/*
|
||||||
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||||
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
|
@ -199,7 +199,7 @@ usage(void)
|
||||||
"usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n"
|
"usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n"
|
||||||
" [-D [bind_address:]port] [-E log_file] [-e escape_char]\n"
|
" [-D [bind_address:]port] [-E log_file] [-e escape_char]\n"
|
||||||
" [-F configfile] [-I pkcs11] [-i identity_file]\n"
|
" [-F configfile] [-I pkcs11] [-i identity_file]\n"
|
||||||
" [-L [bind_address:]port:host:hostport]\n"
|
" [-L [bind_address:]port:host:hostport] [-Q protocol_feature]\n"
|
||||||
" [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n"
|
" [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n"
|
||||||
" [-R [bind_address:]port:host:hostport] [-S ctl_path]\n"
|
" [-R [bind_address:]port:host:hostport] [-S ctl_path]\n"
|
||||||
" [-W host:port] [-w local_tun[:remote_tun]]\n"
|
" [-W host:port] [-w local_tun[:remote_tun]]\n"
|
||||||
|
|
Loading…
Reference in New Issue