Changes

Jump to navigation Jump to search
153 bytes added ,  20:49, 25 March 2015
Line 37: Line 37:     
== ssh rsa key setup ==
 
== ssh rsa key setup ==
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
 +
3. Add the .pub key to ~/.ssh/authorized_keys
 +
<nowiki>cat rsa_key.pub >> ~/.ssh/authorized_keys</nowiki>

Navigation menu