Skip to content

Instantly share code, notes, and snippets.

@saihtaM
Last active December 28, 2015 21:09
Show Gist options
  • Save saihtaM/7562124 to your computer and use it in GitHub Desktop.
Save saihtaM/7562124 to your computer and use it in GitHub Desktop.
SSH Public key
# http://packages.debian.org/sid/ssh-import-id
# https://launchpad.net/ubuntu/precise/+package/ssh-import-id
apt-get install ssh-import-id
# Old version of ssh-import-id
ssh-import-id saihtam
# New version that supports both lp and gh - lp and gh should contain the same key - if not PANIC and remove any of the added keys ASAP
ssh-import-id lp:saihtam gh:saihtaM
#Alternative way:
wget https://launchpad.net/~saihtam/+sshkeys -O - >> ~/.ssh/authorized_keys && echo >> ~/.ssh/authorized_keys
#Or
wget https://github.com/saihtaM.keys -O - >> ~/.ssh/authorized_keys && echo >> ~/.ssh/authorized_keys
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8tZ3PfDoJvxndnROXCgTNc47vNr8EIdezIi8fL/Reumvf7AOTIsXlgCwpvHaja96IhwuhUOtoKdHz+brdQ/+I8B5X/D/8SrW0Ntpu8Qpdn/pdKQ9vaijJHT3/vpukGxKIsY44TWEgPRQYE5ombomEdHazngqZbKpSG5k+Rfa4j5+qR5GOZB+7nb391Cl9QQ+twChZKlHxDxeJnaizN7H6/wMSELPxAcKYCBoQnaog+IyQLSudrSTnryF9mzZC5N+4q40N4NXHck+gBMzBKFymh2LwjBPZuETpi+W7LAnbtoH6AwSfSQ02ASx0SX0O+BDlgKVRk8H3306yOLbiT3YD sshgate@Mathias.sx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment