The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

ssh problem

asked Aug 13 '13

anonymous user

Anonymous

I've installed i3 (ver. 4.2) and i have gnome3 too but when i logged in to i3 and want to connent to ssh server, ssh can't find public keys and prompt me to enter the password. but in gnome3 every thing is ok and work.

2 answers

Sort by » oldest newest most voted
0

answered Aug 17 '13

DocOC gravatar image

updated Aug 17 '13

I don't know how you generated your keys, but if you did it with ssh-keygen, then wm / de should have no effect on it at all. In your home directory, do you have the file .ssh/id_rsa.pub? If not, you can generate a key which is not tied to any particular environment by running ssh-keygen, and just accepting all the defaults. You will then have your public key in $HOME/.ssh/id_rsa.pub. cat the contents of that file, and copy it into your clipboard. connect to your remote host, and then append that key to $HOME/.ssh/authorized_keys.

0

answered Aug 13 '13

Michael gravatar image

I can’t provide a perfect answer to this one, but the problem is most likely a missing SSH agent or GNOME keyring or something like that :).

Question Tools

Stats

Asked: Aug 13 '13

Seen: 454 times

Last updated: Aug 17 '13