Changes between Version 37 and Version 38 of User Guide/Remote Access/SSH
- Timestamp:
- May 26, 2026, 4:31:15 PM (4 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
User Guide/Remote Access/SSH
v37 v38 38 38 ssh-keygen -t rsa 39 39 }}} 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. 41 41 {{{#!shell-session 42 42 Generating public/private rsa key pair. … … 142 142 143 143 [[BR]] 144 ==== Uploading your public key to you COSMOS account144 ==== Uploading your public key to your COSMOS account 145 145 ''NOTE: Internet Explorer is not supported for Control Panel operations (including key upload)'' 146 146 … … 150 150 2. Click on the dropdown menu next to your username in the upper right corner of the page and select "SSH Keys" 151 151 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 154 cat .ssh/id_rsa.pub 155 }}} 156 157 4. Paste the key into the text box under "Upload New Key", then click the upload button. 161 158 162 159 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. 163 160 164 [[Image( ControlPanel.jpg, width=700)]]161 [[Image(ssh_key_upload.png, width=800)]] 165 162 166 163 [[BR]] … … 246 243 ''NOTE: Internet Explorer is not supported for Control Panel operations (including key upload)'' 247 244 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: 249 246 1. Go to the [https://www.cosmos-lab.org/portal/ portal] and sign in with your COSMOS username and password 250 247
