carmelyne (owner)

Revisions

gist: 58648 Download_button fork
public
Public Clone URL: git://gist.github.com/58648.git
Embed All Files: show embed
Setting Git Remote for Ubuntu Dapper G6 #
1
2
3
4
5
6
7
8
9
10
11
# on the slice
mkdir ~/.ssh
chmod 700 ~/.ssh
vim ~/.ssh/authorized_keys (use vim, nano, vi whichever you prefer)
# Paste in your public key (from local ~/.ssh/id_[rd]sa.pub)
 
# grabbing your public key from your local
cd ~/.ssh
cat id_rsa.pub
# Copy the entire output and paste it on ~/.ssh/authorized_keys
# my public key does not require me to put in my password