Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For some reason this doesn't seem to work when copy pasted, so you may need to type it in. 

Other Modifications

Set permissions on screen at startup

Code Block
# chroot
nano /etc/rc.local

chmod 777 /var/run/screen

Allow [machine] auto ssh login to [remote]

This is required for the automated log fetching scripts to work correctly.  For example, to allow terra to ssh into kestrel without a password prompt:

Code Block
# terra
ssh-keygen -t rsa
ssh-copy-id -i ~/.ssh/id_rsa.pub 192.168.1.105

 

...

Deploy to SD card

Copy the required files from the hovergroup svn:

...