KpyM Telnet/SSH Server - Forum
Received disconnect from 10.x.x.x: 2: Handshake failed |
Ksunta |
Received disconnect from 10.x.x.x: 2: Handshake failed |
Nov 26 2013 07:06 |
|
This is my scenario:
_____________________________________________________________
$ cat /etc/fedora-release
Fedora release 19 (Schrцdinger’s Cat)
$ uname -a
Linux my_pc 3.11.9-200.fc19.x86_64 #1 SMP Wed Nov 20 21:22:24 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
$ ssh user@my_server
Received disconnect from 10.x.x.x: 2: Handshake failed
_____________________________________________________________
my_server is running the latest kpym.
I have reset my_pc and my_server and erased my_server from .ssh/known_hosts
Still don't work. But form other PCs can connect with my_server without a flaw.
What could be happening?
|
Kroum Grigorov |
|
Nov 28 2013 21:52 |
|
Try if this will help
PreferredAuthentications=password
l0c41://www.kpym.com/phpbb/viewtopic.php?t=395
l0c41://www.kpym.com/phpbb/viewtopic.php?t=520
|
Ksunta |
|
Nov 29 2013 13:24 |
|
I solved in other way but thanks for your response.
# I was banned from server because of length of DH send:
$ ssh -V
OpenSSH_6.2p2, OpenSSL 1.0.1e-fips 11 Feb 2013
$ ssh user@my_server
Received disconnect from 10.x.x.x: 2: Handshake failed
# Changed cryptography to other method solved it:
$ ssh user@my_server -c blowfish-cbc
user@my_server's password:
|
Perry Hutchison |
|
Feb 01 2017 17:41 |
|
Has anyone gotten either 119c or 118 to work as an ssh server on Windows 10, connecting from Fedora 23? It works as a telnet server, but when I switch it to ssh I get "Handshake failed" as reported here. I have tried the "-o PreferredAuthentications=password" and "-c blowfish-cbc" workarounds, separately and in combination, with no apparent effect. The server log shows
20544 :14868 2017- 2- 1 9:23:11 557 : 0: KTS connected to 10.84.136.72:43752
16700 : 7700 2017- 2- 1 9:23:11 651 : 0: session.exe started
16700 : 7700 2017- 2- 1 9:23:11 745 : 0: connected to 10.84.136.72:43752
16700 : 7700 2017- 2- 1 9:23:12 839 : 0: ssh initialized
16700 : 7700 2017- 2- 1 9:23:13 73 : 0: can't read login
16700 :19780 2017- 2- 1 9:23:13 73 : 0: session.exe end
|
© 2007 - 2008 Kroum Grigorov