Changes between Version 37 and Version 38 of User Guide/Remote Access/SSH


Ignore:
Timestamp:
May 26, 2026, 4:31:15 PM (4 days ago)
Author:
jennyshane
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • User Guide/Remote Access/SSH

    v37 v38  
    3838ssh-keygen -t rsa
    3939}}}
    40  You will be prompted for a location to save the keys, and a passphrase for the keys which we highly recommend using. This passphrase does not have to be the same as your COSMOS account password. If you generate the key with a passphrase, you will have to enter the passphrase before you can use the ssh key.
     40 You will be prompted for a location to save the keys (you should leave this prompt empty unless you have a good reason not to), and a passphrase for the keys which we highly recommend using. This passphrase does not have to be the same as your COSMOS account password. If you generate the key with a passphrase, you will have to enter the passphrase before you can use the ssh key.
    4141{{{#!shell-session
    4242Generating public/private rsa key pair.
     
    142142
    143143[[BR]]
    144 ==== Uploading your public key to you COSMOS account
     144==== Uploading your public key to your COSMOS account
    145145 ''NOTE: Internet Explorer is not supported for Control Panel operations (including key upload)''
    146146
     
    150150 2. Click on the dropdown menu next to your username in the upper right corner of the page and select "SSH Keys"
    151151
    152  3. To retrieve your public key, open up a terminal, and enter
    153 
    154  4. Navigate to where your '''public key file''' is stored (in the previous example it would be something like C:\Users\local_user\.ssh\id_rsa.pub)
    155 
    156  5. Select the public key file you wish to use for COSMOS access
    157 
    158  6. Click "Open"
    159 
    160  7. Click the "Update Profile" button
     152 3. To retrieve your public key, open up a terminal, and enter (change the filename if you saved the key in a non-default location)
     153{{{#!shell
     154cat .ssh/id_rsa.pub
     155}}}
     156
     157 4. Paste the key into the text box under "Upload New Key", then click the upload button.
    161158
    162159 As a side note, expect to see a default auto generated public key in the list (ends with @internal1). This is used for SSH access between machines inside the COSMOS network. Please do NOT delete this key.
    163160
    164  [[Image(ControlPanel.jpg, width=700)]]
     161 [[Image(ssh_key_upload.png, width=800)]]
    165162
    166163[[BR]]
     
    246243 ''NOTE: Internet Explorer is not supported for Control Panel operations (including key upload)''
    247244
    248  To upload you public key to your cosmos account, do the following:
     245 To upload your public key to your cosmos account, do the following:
    249246 1. Go to the [https://www.cosmos-lab.org/portal/ portal] and sign in with your COSMOS username and password
    250247