Change to the new SSH key.

This commit is contained in:
Scott Wallace 2016-02-16 20:42:14 +00:00
parent b1b217cde8
commit 89d0686a43

View file

@ -97,7 +97,7 @@ function start_agent {
pgrep ssh-agent > /dev/null && echo "succeeded" || echo "failed" pgrep ssh-agent > /dev/null && echo "succeeded" || echo "failed"
chmod 0600 "${SSH_ENV}" chmod 0600 "${SSH_ENV}"
. "${SSH_ENV}" > /dev/null . "${SSH_ENV}" > /dev/null
ssh-add ~/.ssh/scott_dsa ssh-add ~/.ssh/scott@wallace.sh
} }
# Check if we already have an agent running and sourced # Check if we already have an agent running and sourced