Changes between Version 59 and Version 60 of Documentation/bAccountManagement/DSSHConf
- Timestamp:
- Jun 21, 2018, 10:12:10 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/bAccountManagement/DSSHConf
v59 v60 71 71 You should be prompted to enter your key file passphrase and be able to successfully connect. 72 72 73 Type {{{exit}}} and press the Enter key to end the SSH session. 74 73 75 [[BR]] 74 76 ==== Common issues and how to solve them ==== … … 160 162 1. Open PuTTY 161 163 162 2. 164 || [[Image(putty.png, 250px)]] || 165 166 2. Navigate through the left side menu tree to "SSH" then "Auth" 167 168 || [[Image(putty.png, 250px)]] || 169 170 3. Click the "Browse" button next to the "Private key file for authentication" field 171 172 || [[Image(putty.png, 250px)]] || 173 174 4. Navigate through the left side menu tree back to "Session" 175 176 || [[Image(putty.png, 250px)]] || 177 178 5. Enter a name for this connection in the "Saved Sessions" field and click the "Save" button 179 180 || [[Image(putty.png, 250px)]] || 181 182 6. Now any time you open PuTTY, select the session name you gave in the previous step and click "Load", this will load the private key file automatically (as long as you do not move it to a different folder on your computer). 183 184 || [[Image(putty.png, 250px)]] || 185 186 7. Type {{{your_orbit_username@gw.orbit-lab.org}}} 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 188 || [[Image(putty.png, 250px)]] || 189 190 9. Type {{{exit}}} and press the Enter key to end the SSH session. 163 191 164 192 [[BR]] 165 193 ==== Common issues and how to solve them ==== 166 * TODO 194 * If you receive a message like the following: 195 {{{ 196 The authenticity of host 'gw.orbit-lab.org (128.6.192.134)' can't be established. 197 ECDSA key fingerprint is SHA256:iLKtq2Z8wB3ADJdEyM1CwoU85gOeqIUyB4GOJ2YloQg. 198 Are you sure you want to continue connecting (yes/no)? 199 }}} 200 This is a normal message that occurs when your computer connects via SSH to another that it has never connected to before or if the "fingerprint" of the other machine changed (due to replacement or reconfiguration). Simply type {{{yes}}} and connection will proceed normally. 201 [[BR]] 167 202 168 203 [[CollapsibleEnd]]