search for: 1246aacfghkmnnqsttvvxxy

Displaying 2 results from an estimated 2 matches for "1246aacfghkmnnqsttvvxxy".

2004 Nov 20
1
[Bug 955] ssh -h " Displayed as illegal options " in SSH 3.9
...y: ashok at visolve.com In Openssh 3.9 We have Option -h ( Basic help ) dispalyed in the SSH Usage as well as SSH man page But when we try this as "ssh -h" , we are get Message as "ssh: illegal option -- h" log given below # ssh -h ssh: illegal option -- h usage: ssh [-1246AaCfghkMNnqsTtVvXxY] [-b bind_address] [-c cipher_spec] [-D port] [-e escape_char] [-F configfile] [-i identity_file] [-L port:host:hostport] [-l login_name] [-m mac_spec] [-o option] [-p port] [-R port:host:hostport] [-S ctl] [user@]hostname [command] To avoid this we have include th...
2004 Sep 08
0
[PATCH]Extending user@host syntax
...re than a bug. Are there any chances to get it included in openssh? Torsten diff -Naur openssh-3.9p1/ssh.c openssh-3.9p1.new/ssh.c - --- openssh-3.9p1/ssh.c 2004-08-15 09:23:34.000000000 +0200 +++ openssh-3.9p1.new/ssh.c 2004-09-08 16:12:58.000000000 +0200 @@ -157,7 +157,8 @@ "usage: ssh [-1246AaCfghkMNnqsTtVvXxY] [-b bind_address] [-c cipher_spec]\n" " [-D port] [-e escape_char] [-F configfile] [-i identity_file]\n" " [-L port:host:hostport] [-l login_name] [-m mac_spec] [-o option]\n" - -" [-p port] [-R port:host:hostport] [-S ctl] [user@]hostn...