I've been trying to evaluate the new SSH test. I have both the test and Connection Manager setup ok as far as I can tell, but cannot get past this error. What does Faint mean ? Nothing shows in the connmgr log file.
Thanks.
SSH test returns "Protocol Error. Faint"
I am not a Unix expert, but I believe it supports 3des ok. If I run 'ssh -v -c 3des datwood@txpclo04' from another Unix server to get to this one, it works ok. It puts this in the debug output:
debug1: kex: server->client 3des-cbc hmac-md5 none
debug1: kex: client->server 3des-cbc hmac-md5 none
If I leave out the -c option, it says
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
Thanks for fast reply,
Dwayne
debug1: kex: server->client 3des-cbc hmac-md5 none
debug1: kex: client->server 3des-cbc hmac-md5 none
If I leave out the -c option, it says
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
Thanks for fast reply,
Dwayne
Could you try this command line utility: www.ks-soft.net/download/utils/kssshcmd.zip
You should specify host, port, username and password
Plus there are 2 undocumented options:
-debug
-hmacbug
Could you please start utility using -debug then -hmacbug options (not both at the same time) and send result to us (support@ks-soft.net)?
E.g.
kssshcmd -host:server.com -user:root -password:pass -cmd:"ls /usr" -debug
Regards
Alex
You should specify host, port, username and password
Plus there are 2 undocumented options:
-debug
-hmacbug
Could you please start utility using -debug then -hmacbug options (not both at the same time) and send result to us (support@ks-soft.net)?
E.g.
kssshcmd -host:server.com -user:root -password:pass -cmd:"ls /usr" -debug
Regards
Alex
No problem. There is update: www.ks-soft.net/download/hm803.zip
Please install version 8.02 before applying this update
Regards
Alex
Please install version 8.02 before applying this update
Regards
Alex