Changes between Version 1 and Version 2 of User Guide/Remote Access/SSH
- Timestamp:
- Aug 8, 2019, 7:29:18 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
User Guide/Remote Access/SSH
v1 v2 42 42 [[BR]] 43 43 ==== Uploading your public key to your COSMOS account ==== 44 To upload you public key to your orbitaccount, do the following:44 To upload you public key to your cosmos account, do the following: 45 45 1. Go to [https://www.cosmos-lab.org/cPanel/controlPanel/start] and sign in with your COSMOS username and password 46 46 … … 64 64 ==== Configuring your SSH client ==== 65 65 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.org66 To test your setup, open a command-line terminal and (replacing ''your_cosmos_username'' with your own COSMOS username) type: 67 {{{ 68 ssh your_cosmos_username@gw.cosmos-lab.org 69 69 }}} 70 70 You should be prompted to enter your key file passphrase and be able to successfully connect. … … 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_ orbit_username@gw.cosmos-lab.org90 ssh -i /path_to_where_key_is_stored/private_ssh_key_name your_cosmos_username@gw.cosmos-lab.org 91 91 }}} 92 92 … … 137 137 ''NOTE: Internet Explorer is not supported for Control Panel operations (including key upload)'' 138 138 139 To upload you public key to your orbitaccount, do the following:140 1. Go to [https://www. orbit-lab.org/cPanel/controlPanel/start] and sign in with your COSMOS username and password139 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 141 141 142 142 2. Click on "Change My Profile" option in the left side menu … … 185 185 || [[Image(putty06.png, 250px)]] || 186 186 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. 188 188 189 189 || [[Image(putty07.png, 250px)]] || … … 219 219 [[BR]] 220 220 ==== Uploading your public key to you COSMOS account ==== 221 To upload you public key to your orbitaccount, do the following:221 To upload you public key to your cosmos account, do the following: 222 222 1. Go to [https://www.cosmos-lab.org/cPanel/controlPanel/start] and sign in with your COSMOS username and password 223 223