Anthony via luv-main <[email protected]> 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 <[email protected]> https://linuxpenguins.xyz/brian/ _______________________________________________ luv-main mailing list [email protected] https://lists.luv.asn.au/cgi-bin/mailman/listinfo/luv-main
