Changes between Version 16 and Version 17 of hpc


Ignore:
Timestamp:
05/10/16 16:44:37 (9 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • hpc

    v16 v17  
    4242{{{
    4343#!sh
    44 $your_localhost%scp ~/.ssh/id_rsa.pub username@your_remosthost:~
     44$your_localhost%scp ~/.ssh/id_rsa.pub username@your_remotehost:~
    4545}}}
    4646
     
    4949{{{
    5050#!sh
    51 $your_remosthost%cat ~/id_rsa.pub >> ~/.ssh/authorized_keys
    52 $your_remosthost%rm ~/id_rsa.pub
     51$your_remotehost%cat ~/id_rsa.pub >> ~/.ssh/authorized_keys
     52$your_remotehost%rm ~/id_rsa.pub
    5353}}}
    5454