Changes between Version 1 and Version 2 of IPP_User_Setup
- Timestamp:
- Sep 25, 2013, 1:59:22 PM (13 years ago)
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 {{{ 2 3 ssh-keygen -t rsa1 3 4 cat ~/.ssh/identity.pub >> ~/.ssh/authorized_keys … … 6 7 ssh-keygen -t rsa 7 8 cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys 9 }}} 8 10 9 11 * login to each of your machines to set up the known_hosts entry.
