ssh sessions in i3
hello all,
I've been using in i3 for a while, and loved it so much. The only thing I'm missing is, when I was using gnome DE, it was automatically remember my passphrase after login in one time. It was asking my pwd in a pop-up, i3 asks it on the command line itself;
Enter passphrase for key '/home/jeffisabelle/.ssh/id_rsa':
the bad thing is, it asks every time I connect some server or use SCP to transfer files. Is there any way to use gnome's relevant utility for ssh connections? and if there is, how can I achieve this.
I'm not pretty sure how gnome handles those keys, but I found there is a utility called gnome-keyring and gnome-keyring-daemon but I couldn't get them working on i3.
Any help would be appreciated.
Can you describe why gnome-keyring “does not work”? What is the symptom, what did you try?
@Michael, I have `gnome-keyring-d` running, but SSH still ask me the passphrase each time I log in with the same key. It works fine with the classic Ubuntu session (ask only once), not from within an i3 session (ask each time). Should I start a question specifically about i3 and GNOME Keyring? (note: I'm not the OP).
I checked I have to manually invoke `ssh-add` which works. This suggest there really is an effective SSH Agent running, except it does not automatically invoke `ssh-add` as it do from within an Ubuntu session.