chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Various hacks to support use of Ed25519 keys in OpenSSH.
[profile]
/
dot
/
bash_profile
diff --git
a/dot/bash_profile
b/dot/bash_profile
index 2a47c68b62f41d9037fbabf5e97cf37510914177..47c408b3eda0ea9493b9b80315ea24c4ff2e9ecd 100644
(file)
--- a/
dot/bash_profile
+++ b/
dot/bash_profile
@@
-246,7
+246,7
@@
if { { [ "$GNOME_KEYRING_CONTROL" ] &&
[ -s "$GNOME_KEYRING_CONTROL" ]; } ||
{ [ "$DBUS_SESSION_BUS_ADDRESS" ] &&
__mdw_programp gnome-keyring-daemon; }; } &&
[ -s "$GNOME_KEYRING_CONTROL" ]; } ||
{ [ "$DBUS_SESSION_BUS_ADDRESS" ] &&
__mdw_programp gnome-keyring-daemon; }; } &&
- stuff=$(gnome-keyring-daemon -s -c
ssh,
gpg 2>/dev/null)
+ stuff=$(gnome-keyring-daemon -s -c gpg 2>/dev/null)
then
eval "$stuff"
export SSH_AUTH_SOCK GPG_AGENT_INFO
then
eval "$stuff"
export SSH_AUTH_SOCK GPG_AGENT_INFO