Changes

Jump to navigation Jump to search
234 bytes added ,  20:54, 25 March 2015
no edit summary
Line 42: Line 42:  
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>
 +
 +
== Git server ==
 +
1. Install Git:
 +
<nowiki>sudo apt-get install wget git-core</nowiki>
 +
2. Format an USB with FAT32, and connect it to the Raspberry (First turn off the raspberry)<br />
 +
3. Set up a mount point for the USB drive.<br />

Navigation menu