
23 Dec
2017
23 Dec
'17
4:40 a.m.
Anthony via luv-main <luv-main@luv.asn.au> writes:
So, I found the instructions for turning off gnome-keyring-ssh and turning on normal ssh-agent. ... but then I realised my keys still weren't propagating to programs I ran (primarily ssh + rsync using ssh from command line) So I hacked around it with some stuff in .bashrc (I know, not pretty).
I run the following script after I login with gnome: --- begin --- [brian@prune:~] 130 % cat ~/common/hack_socket #!/bin/sh -ex rm -f "$SSH_AUTH_SOCK" ssh-agent -a "$SSH_AUTH_SOCK" --- end --- No, I don't like this one bit. But it seems to work for me. (also would like to have it NOP if I have already run it...) -- Brian May <brian@linuxpenguins.xyz> https://linuxpenguins.xyz/brian/