Merge branch 'main' of tildegit.org:drwasabi/my-dotfiles

This commit is contained in:
Russell Riker 2023-06-24 16:19:15 -04:00
commit 58500008a3
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ if [ $HOSTNAME != 'tilde' ]; then
# Set up ssh-agent using keychain
echo " **************** Loading Keychain for remote logins ******************"
/usr/bin/keychain --nogui $HOME/.ssh/id_ed25519
#/usr/bin/keychain --nogui $HOME/.ssh/id_rsa
/usr/bin/keychain --nogui $HOME/.ssh/id_rsa
source $HOME/.keychain/$HOSTNAME-sh
echo "*** Keychain loaded ***"
fi