Key:  additions   deletions
Showing 2 pages
Date/Time Made By Edit Note Type Scope
Apr 6 2009, 10:26 PM EDT ftravers
 
edit 71 words added
Change:  the defaults.This creates a file in your home directory: ~/.ssh/id_rsa.pub, copy this to the machine you want to automatically log into, put it in the file ~/.ssh/authorized_keys. # mkdir .ssh# chmod 700 .ssh# cat id_rsa.pub >> .ssh/authorized_keys# chmod 700 .ssh/authorized_keys# rm -f id_rsa.pub   View changes from previous version. (Word count: 72)
Apr 6 2009, 9:49 PM EDT ftravers
 
create No content added or deleted.