summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kaufmann <astra@ionic.at>2013-03-25 21:26:24 +0100
committerDavid Kaufmann <astra@ionic.at>2013-03-25 21:26:24 +0100
commitda2b3bde3f0d2422830bffde28fbd7a996de8c31 (patch)
tree84e02b1c68cef1f105d54de620e6911bae04307d
parenteec2bd9f097616a4104e3bcb8a58f1c530584c48 (diff)
downloadconfig-da2b3bde3f0d2422830bffde28fbd7a996de8c31.tar.gz
renamed ssh key file
-rw-r--r--skel/.zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/skel/.zprofile b/skel/.zprofile
index 2a42e39..1edae93 100644
--- a/skel/.zprofile
+++ b/skel/.zprofile
@@ -9,7 +9,7 @@ function start_agent {
/usr/bin/ssh-agent | sed 's/^echo/#echo/' > "${SSH_ENV}"
chmod 600 "${SSH_ENV}"
. "${SSH_ENV}" > /dev/null
- /usr/bin/ssh-add ~/.ssh/id_rsa.saturn
+ /usr/bin/ssh-add ~/.ssh/id_rsa.2012
#for i in $(ls ~/.ssh/id_* | egrep -v ".pub$"); do
# /usr/bin/ssh-add $i
# done