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


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

Legend:

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

    v2 v3  
    6666 To test your setup, open a command-line terminal and (replacing ''your_cosmos_username'' with your own COSMOS username) type:
    6767{{{
    68 ssh your_cosmos_username@gw.cosmos-lab.org
     68ssh your_cosmos_username@gw.orbit-lab.org
    6969}}}
    7070 You should be prompted to enter your key file passphrase and be able to successfully connect.
     
    7676 * If you receive a message like the following:
    7777{{{
    78 The authenticity of host 'gw.cosmos-lab.org (128.6.192.134)' can't be established.
     78The authenticity of host 'gw.orbit-lab.org (128.6.192.134)' can't be established.
    7979ECDSA key fingerprint is SHA256:iLKtq2Z8wB3ADJdEyM1CwoU85gOeqIUyB4GOJ2YloQg.
    8080Are you sure you want to continue connecting (yes/no)?
     
    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_cosmos_username@gw.cosmos-lab.org
     90ssh -i /path_to_where_key_is_stored/private_ssh_key_name your_cosmos_username@gw.orbit-lab.org
    9191}}}
    9292
     
    185185 || [[Image(putty06.png, 250px)]] ||
    186186
    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.
     187 8. Type {{{your_cosmos_username@gw.orbit-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)]] ||
     
    195195 * If you receive a message like the following:
    196196 {{{
    197 The authenticity of host 'gw.cosmos-lab.org (128.6.192.134)' can't be established.
     197The authenticity of host 'gw.orbit-lab.org (128.6.192.134)' can't be established.
    198198ECDSA key fingerprint is SHA256:iLKtq2Z8wB3ADJdEyM1CwoU85gOeqIUyB4GOJ2YloQg.
    199199Are you sure you want to continue connecting (yes/no)?
     
    250250=== If you deleted the "@internal1" key from your profile ===
    251251
    252 As long as you have at least one public key configured in your profile, use your SSH client to connect to {{{gw.cosmos-lab.org}}} and run the following commands there. You do not need to make a reservation in the scheduler for this.
     252As long as you have at least one public key configured in your profile, use your SSH client to connect to {{{gw.orbit-lab.org}}} and run the following commands there. You do not need to make a reservation in the scheduler for this.
    253253
    254254{{{