Tritonio

gnome-keyring doesn't work as an ssh-agent correctly

May 4th, 2020
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. you can hard-code
  2.  
  3. export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/keyring/ssh"
  4. in ~/.bashrc to avoid the problem.
  5.  
  6. Also make sure the name of the key is user@hostname. In my case hostname did not much my current hostname because I had imported my key from another installation and gnome-keyring was refusing to use it.
Add Comment
Please, Sign In to add comment