search for: netbsd_secure_shel

Displaying 3 results from an estimated 3 matches for "netbsd_secure_shel".

Did you mean: netbsd_secure_shell
2014 Apr 16
6
[Bug 2229] New: ssh adds and offers private key twice in certain constellations
...bug1: identity file /home/mbunkus/.ssh/key-mbunkus type 2 debug1: identity file /home/mbunkus/.ssh/key-mbunkus-cert type -1 debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_6.6 debug1: Remote protocol version 1.99, remote software version OpenSSH_5.0 NetBSD_Secure_Shell-20080403+-hpn13v1 debug1: match: OpenSSH_5.0 NetBSD_Secure_Shell-20080403+-hpn13v1 pat OpenSSH_5* compat 0x0c000000 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-ctr hmac-sha1 none debug1: kex: client->server aes128-ctr hmac-sha1 none debu...
2005 Jul 25
2
file name handling "bug" in scp?
...n:~$ scp evaldo at 127.0.0.1:test-\`whoami\`-test . Password: scp: test-evaldo-test: No such file or directory evaldo at winston:~$ scp evaldo at 127.0.0.1:test-\`echo\ foo\`-test . Password: scp: test-foo-test: No such file or directory evaldo at winston:~$ evaldo at winston:~$ ssh -V OpenSSH_3.9 NetBSD_Secure_Shell-20050213, OpenSSL 0.9.7d 17 Mar 2004 (yeah, I know I am going to be larted for using a non-pure ssh, but I tried it with the portable openssh under linux and netbsd too, and the same thing happened) Evaldo Gardenali Please CC me any replies, as I am not subscribed -------------- next part ---...
2001 Nov 04
4
Slow connection performance with ssh2
Hi, since I switched from SSH 1 to OpenSSH 2.9p2/2.9.9p2/3.0p1 Snapshot I suffer from awfully slow connection performance. Once the connection is established, performance is perfectly ok. Client Server (protocol 2 only) # time ssh -p 22222 xx id # time sshd -d -p 22222 real 0m13.340s real 0m13.900s user 0m7.860s