Skip to content
New issue

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

Problem with config ssh setup #163

Open
sundown11 opened this issue Aug 13, 2022 · 0 comments
Open

Problem with config ssh setup #163

sundown11 opened this issue Aug 13, 2022 · 0 comments

Comments

@sundown11
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant