mirror of
https://github.com/acedanger/shell.git
synced 2025-12-05 21:40:12 -08:00
fix: Update SSH key used by ssh-agent to id_ed25519 for improved security
This commit is contained in:
@@ -172,5 +172,5 @@ fi
|
||||
|
||||
if [ -z "$SSH_AUTH_SOCK" ]; then
|
||||
eval "$(ssh-agent -s)"
|
||||
ssh-add ~/.ssh/id_rsa
|
||||
ssh-add ~/.ssh/id_ed25519 2>/dev/null
|
||||
fi
|
||||
Reference in New Issue
Block a user