Changes between Version 23 and Version 24 of GeniTmixTutorialPortal


Ignore:
Timestamp:
03/04/13 16:52:58 (11 years ago)
Author:
Ben Newton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniTmixTutorialPortal

    v23 v24  
    4242[[Image(GenerateSSH_Password.png, 50%)]]
    4343
    44 14.  If the key was generated successfully you should now see a message indicating success, and see the key pair in your SSH Keys list.  Click on '''Download Private Key''', and save the key to your machine.  It is suggested that you save the key in your ~/.ssh directory.
     4414.  If the key was generated successfully you should now see a message indicating success, and see the key pair in your SSH Keys list.  Click on '''Download Private Key''', and save the key to your machine.  It is suggested that you save the key as "~/.ssh/geni_key".  If you use a different path or filename, you will need to alter future commands which use the key, to include your chosen path and filename. 
    4545
    4646[[Image(GeneratedSSH.png, 50%)]]
     
    484815.  In a terminal set the local permissions on the private key file by issuing the command
    4949{{{
    50   chmod 0600 [path-to-SSH-private-key]
     50  chmod 0600 ~/.ssh/geni_key
    5151}}}   
    5252