Changes between Version 16 and Version 17 of hpc
- Timestamp:
- 05/10/16 16:44:37 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
hpc
v16 v17 42 42 {{{ 43 43 #!sh 44 $your_localhost%scp ~/.ssh/id_rsa.pub username@your_remo sthost:~44 $your_localhost%scp ~/.ssh/id_rsa.pub username@your_remotehost:~ 45 45 }}} 46 46 … … 49 49 {{{ 50 50 #!sh 51 $your_remo sthost%cat ~/id_rsa.pub >> ~/.ssh/authorized_keys52 $your_remo sthost%rm ~/id_rsa.pub51 $your_remotehost%cat ~/id_rsa.pub >> ~/.ssh/authorized_keys 52 $your_remotehost%rm ~/id_rsa.pub 53 53 }}} 54 54