When I try to SSH into my cluster, there are two stages. So I have to enter the password twice to go to my home directory using SSH in a Linux terminal or PuTTY.
But when I try to use WinSCP, I get these errors:
Trying SFTP:
Cannot initialize SFTP protocol. Is the host running a SFTP server?
Trying SCP:
Error skipping startup message. Your shell is probably incompatible with the application (BASH is recommended).
How can I bypass this problem?
For general information, read documentation on the error message Cannot initialize SFTP protocol. Is the host running a SFTP server?
Though for your particular case, the problem is likely caused by the server not being able to talk to WinSCP for exchange of the second password. What is the second password for? The
sudo
? Or an SSH tunnel to a second "stage" (whatever that is)?For
sudo
/su
, refer to the WinSCP FAQ How do I change user after login (e.g. su root)?For tunneling, refer to the tunneling documentation.
I'm aware that this is bit vague answer, but so is your question. If you describe, what the two passwords are for, and if you share a session log file, you might get better answers.