We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have created .ssh/config as follows: Host ubuntu18 Hostname 192.168.0.18 Port 22 User nickm IdentityFile ~/.ssh/id_rsa IdentitiesOnly yes
and commandline ssh to that host works fine.
I edited the EasySSH connection setting to use IdentityFile but when I try to connect I get this:
$ ssh nickm@192.168.0.18 -p 22 -i /home/nickm/.ssh/config Load key "/home/nickm/.ssh/config": error in libcrypto nickm@192.168.0.18's password:
I dont know why its passing in the config file for the -i parameter.
I am running kubuntu 22.04 system and EasySSH version 1.7.9-1
any ideas? Nick
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have created .ssh/config as follows:
Host ubuntu18
Hostname 192.168.0.18
Port 22
User nickm
IdentityFile ~/.ssh/id_rsa
IdentitiesOnly yes
and commandline ssh to that host works fine.
I edited the EasySSH connection setting to use IdentityFile but when I try to connect I get this:
$ ssh nickm@192.168.0.18 -p 22 -i /home/nickm/.ssh/config
Load key "/home/nickm/.ssh/config": error in libcrypto
nickm@192.168.0.18's password:
I dont know why its passing in the config file for the -i parameter.
I am running kubuntu 22.04 system and EasySSH version 1.7.9-1
any ideas?
Nick
The text was updated successfully, but these errors were encountered: