SSH config (example):
Host devhost
User shanehou
HostName 100.200.100.200
Port 3456
Then I clicked to "Connect to Host in New Window", but it kept saying "Confirming that devhost is reachable..."
Got it. Need to set remote.SSH.showLoginTerminal to true
@shanehou Thanks
IMO this should be yes by default, without @shanehou hint I would still be stuck.
Is there a possibility to set the password or copy and paste it?
I use a password manager and my passwords are kind of complex... and not typable manually...
@shanehou Thanks
IMO this should be yes by default, without @shanehou hint I would still be stuck.
I agree, I thought there is something wrong with my connection configuration.
So glad I came across this. I agree it should be default to have the prompt come up when needed.
But as to saving passwords, most SSH clients don't allow this (or strongly discourage it) in favour of using SSH keys.
Most helpful comment
Got it. Need to set
remote.SSH.showLoginTerminaltotrue