Changes between Version 2 and Version 3 of User Guide/Remote Access/SSH
- Timestamp:
- Aug 8, 2019, 7:38:53 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
User Guide/Remote Access/SSH
v2 v3 66 66 To test your setup, open a command-line terminal and (replacing ''your_cosmos_username'' with your own COSMOS username) type: 67 67 {{{ 68 ssh your_cosmos_username@gw. cosmos-lab.org68 ssh your_cosmos_username@gw.orbit-lab.org 69 69 }}} 70 70 You should be prompted to enter your key file passphrase and be able to successfully connect. … … 76 76 * If you receive a message like the following: 77 77 {{{ 78 The authenticity of host 'gw. cosmos-lab.org (128.6.192.134)' can't be established.78 The authenticity of host 'gw.orbit-lab.org (128.6.192.134)' can't be established. 79 79 ECDSA key fingerprint is SHA256:iLKtq2Z8wB3ADJdEyM1CwoU85gOeqIUyB4GOJ2YloQg. 80 80 Are you sure you want to continue connecting (yes/no)? … … 88 88 Try connecting again but manually specifying the location where your private SSH key is stored as in the following example: 89 89 {{{ 90 ssh -i /path_to_where_key_is_stored/private_ssh_key_name your_cosmos_username@gw. cosmos-lab.org90 ssh -i /path_to_where_key_is_stored/private_ssh_key_name your_cosmos_username@gw.orbit-lab.org 91 91 }}} 92 92 … … 185 185 || [[Image(putty06.png, 250px)]] || 186 186 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. 188 188 189 189 || [[Image(putty07.png, 250px)]] || … … 195 195 * If you receive a message like the following: 196 196 {{{ 197 The authenticity of host 'gw. cosmos-lab.org (128.6.192.134)' can't be established.197 The authenticity of host 'gw.orbit-lab.org (128.6.192.134)' can't be established. 198 198 ECDSA key fingerprint is SHA256:iLKtq2Z8wB3ADJdEyM1CwoU85gOeqIUyB4GOJ2YloQg. 199 199 Are you sure you want to continue connecting (yes/no)? … … 250 250 === If you deleted the "@internal1" key from your profile === 251 251 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.252 As 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. 253 253 254 254 {{{