Changes between Version 1 and Version 2 of User Guide/Remote Access/SSH


Ignore:
Timestamp:
Aug 8, 2019, 7:29:18 PM (5 years ago)
Author:
jkol
Comment:

Legend:

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

    v1 v2  
    4242[[BR]]
    4343==== Uploading your public key to your COSMOS account ====
    44  To upload you public key to your orbit account, do the following:
     44 To upload you public key to your cosmos account, do the following:
    4545 1. Go to [https://www.cosmos-lab.org/cPanel/controlPanel/start] and sign in with your COSMOS username and password
    4646
     
    6464==== Configuring your SSH client ====
    6565  Under normal circumstances, as long as the private key file is located in the /home/your_username/.ssh/ folder, the command line SSH client will use the correct key when connecting.
    66  To test your setup, open a command-line terminal and (replacing ''your_orbit_username'' with your own COSMOS username) type:
    67 {{{
    68 ssh your_orbit_username@gw.cosmos-lab.org
     66 To test your setup, open a command-line terminal and (replacing ''your_cosmos_username'' with your own COSMOS username) type:
     67{{{
     68ssh your_cosmos_username@gw.cosmos-lab.org
    6969}}}
    7070 You should be prompted to enter your key file passphrase and be able to successfully connect.
     
    8888 Try connecting again but manually specifying the location where your private SSH key is stored as in the following example:
    8989{{{
    90 ssh -i /path_to_where_key_is_stored/private_ssh_key_name your_orbit_username@gw.cosmos-lab.org
     90ssh -i /path_to_where_key_is_stored/private_ssh_key_name your_cosmos_username@gw.cosmos-lab.org
    9191}}}
    9292
     
    137137 ''NOTE: Internet Explorer is not supported for Control Panel operations (including key upload)''
    138138
    139  To upload you public key to your orbit account, do the following:
    140  1. Go to [https://www.orbit-lab.org/cPanel/controlPanel/start] and sign in with your COSMOS username and password
     139 To upload you public key to your cosmos account, do the following:
     140 1. Go to [https://www.cosmos-lab.org/cPanel/controlPanel/start] and sign in with your COSMOS username and password
    141141
    142142 2. Click on "Change My Profile" option in the left side menu
     
    185185 || [[Image(putty06.png, 250px)]] ||
    186186
    187  8. Type {{{your_orbit_username@gw.cosmos-lab.org}}} (replacing ''your_cosmos_username'' with your own COSMOS username) into the "Host Name (or IP address)" field and click the "Open" button. You should be prompted to enter your key file passphrase and be able to successfully connect.
     187 8. Type {{{your_cosmos_username@gw.cosmos-lab.org}}} (replacing ''your_cosmos_username'' with your own COSMOS username) into the "Host Name (or IP address)" field and click the "Open" button. You should be prompted to enter your key file passphrase and be able to successfully connect.
    188188
    189189 || [[Image(putty07.png, 250px)]] ||
     
    219219[[BR]]
    220220==== Uploading your public key to you COSMOS account ====
    221  To upload you public key to your orbit account, do the following:
     221 To upload you public key to your cosmos account, do the following:
    222222 1. Go to [https://www.cosmos-lab.org/cPanel/controlPanel/start] and sign in with your COSMOS username and password
    223223