Changes

Jump to navigation Jump to search
6 bytes added ,  20:49, 25 March 2015
Line 39: Line 39:  
1. If you don't have an rsa key generate one by runing:
 
1. If you don't have an rsa key generate one by runing:
 
  <nowiki>ssh-keygen -t rsa -C user@domain</nowiki>
 
  <nowiki>ssh-keygen -t rsa -C user@domain</nowiki>
2. Upload the .pub rsa key to the raspberry
+
2. Upload the .pub rsa key to the raspberry<br />
 
3. Add the .pub key to ~/.ssh/authorized_keys
 
3. Add the .pub key to ~/.ssh/authorized_keys
 
  <nowiki>cat rsa_key.pub >> ~/.ssh/authorized_keys</nowiki>
 
  <nowiki>cat rsa_key.pub >> ~/.ssh/authorized_keys</nowiki>

Navigation menu