Update authme alias to use my new ssh key

This commit is contained in:
2013-08-03 11:03:56 +01:00
parent e40199b763
commit 2fb57826c9

View File

@@ -43,7 +43,7 @@ function myip {
# appends your key to a server's authorized keys file
function authme {
ssh "$1" 'mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys' \
< ~/.ssh/id_dsa.pub
< ~/.ssh/id_rsa.pub
}
# Make and cd into directory