summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2022-12-24 15:36:16 +0100
committerJonas Smedegaard <dr@jones.dk>2022-12-24 15:36:16 +0100
commit3d9b08e81ad8ab7d5bb060df601dbe7d79396833 (patch)
tree7afd7738a68d45104bd3cd26c1cc51d9357568e0
parent73eeb71e4f65cea3973acce2627614f744418591 (diff)
load ed25519 keys with keychain
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 19808ab..b285ba5 100644
--- a/.profile
+++ b/.profile
@@ -30,7 +30,7 @@ fi
#DISTCC_HOSTS="localhost 192.168.222.252"
if [ -x /usr/bin/keychain ]; then
- eval `keychain --eval --ignore-missing id_rsa 2C7C3146C1A00121`
+ eval `keychain --eval --ignore-missing id_rsa id_ed25519 2C7C3146C1A00121`
else
gpg-connect-agent /bye
fi