I’m trying to connect to ssh, but before the ssh connection it gives an error and closes off the connection. On the console it prints out the following error ‘SSH-2.0-OpenSSH_for_Windows_9.5′ is not recognized as an internal or external command,operable program or batch file.’
Anybody have an idea what this error is about, and if there is a easy to workaround. Judging by the error, I think it’s probably using a development/build name and the executable either ssh or sshd was renamed, but I’m not familiar enough with internals of ssh. Anybody got an idea, could I just symlink/hardlink the executable as a temporary workaround?
debug1: client_input_hostkeys: host key found matching a different name/address, skipping UserKnownHostsFile update
debug1: pledge: fork
'SSH-2.0-OpenSSH_for_Windows_9.5' is not recognized as an internal or external command,
operable program or batch file.
debug1: channel 0: free: client-session, nchannels 1
Connection to 127.0.0.1 closed by remote host.
Transferred: sent 3236, received 3260 bytes, in 34.3 seconds
Bytes per second: sent 94.2, received 94.9
debug1: Exit status -1