diff --git a/roles/home-cli/files/shrc b/roles/home-cli/files/shrc index 3eb0495..633f58f 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -210,14 +210,6 @@ then alias dnf=yum fi -if [ -S "$SSH_AUTH_SOCK" ] \ - && [ -r "$HOME/.ssh/id_ed25519" ] \ - && [ -r "$HOME/.ssh/id_ed25519.pub" ] \ - && [ "$(ssh-add -l | grep -c "$(ssh-keygen -l -f "$HOME/.ssh/id_ed25519.pub")")" = 0 ] -then - ssh-add "$HOME/.ssh/id_ed25519" -fi - usermotd () { if [ -n "$_acp_motd_shown" ] then