You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggets use the same behavior the SSH if i have a host configurate in ~/.ssh/config file like this
Host mytest
Hostname ssh.mytest.com
User testing
Port 5022
the method SshConfigFileConfiguration::getAuthentication must check first if a ~/.ssh/id_rsa and ~/.ssh/id_rsa.pub exist and use at last Authentication\None
modifing the method SshConfigFileConfiguration::getConfigForHost like this
I suggets use the same behavior the SSH if i have a host configurate in ~/.ssh/config file like this
Host mytest
Hostname ssh.mytest.com
User testing
Port 5022
the method
SshConfigFileConfiguration::getAuthentication
must check first if a ~/.ssh/id_rsa and ~/.ssh/id_rsa.pub exist and use at last Authentication\Nonemodifing the method
SshConfigFileConfiguration::getConfigForHost
like thissolves the problem quickly
The text was updated successfully, but these errors were encountered: