Cygwin login fails using WinSCP under restored MS Windows Sysprep Image

-1

1

Cygwin login fails using WinSCP under restored MS Windows Sysprep Image .

Any clue why is it?

Developer

Posted 2016-03-09T20:12:41.957

Reputation: 207

What does "login fails" mean? Error message? Log file? Anything! – Martin Prikryl – 2016-03-10T06:48:57.327

Answers

1

I have the same problems but I found information that might be helpful.

Connection established

Incorrect RSA1 identifier

Could not load "/home/abcd/.ssh/id_rsa" as a RSA1 public key

$ ssh -vvv localhost
OpenSSH_6.4, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /etc/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to localhost [::1] port 4000.
debug1: Connection established.
debug3: Incorrect RSA1 identifier
debug3: Could not load "/home/abcd/.ssh/id_rsa" as a RSA1 public key

felix0000

Posted 2016-03-09T20:12:41.957

Reputation: 108