Change to the new SSH key.
This commit is contained in:
parent
b1b217cde8
commit
89d0686a43
2
.bashrc
2
.bashrc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue