IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of IPP_User_Setup


Ignore:
Timestamp:
Sep 25, 2013, 1:59:22 PM (13 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPP_User_Setup

    v1 v2  
    1 * set up ssh
     1* set up ssh.  to run pantasks and other programs which require automatic connections via ssh, it is necessary to make a password-free key.  you can use one of the three encryption methods listed below:
     2{{{
    23 ssh-keygen -t rsa1
    34 cat ~/.ssh/identity.pub >> ~/.ssh/authorized_keys
     
    67 ssh-keygen -t rsa
    78 cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
     9}}}
    810
    911 * login to each of your machines to set up the known_hosts entry.