Changes between Version 62 and Version 63 of Documentation/bAccountManagement/DSSHConf
- Timestamp:
- Jun 21, 2018, 10:28:08 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/bAccountManagement/DSSHConf
v62 v63 65 65 ==== Configuring your SSH client ==== 66 66 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. 67 To test your setup, open a command-line terminal and (replacing your_orbit_usernamewith your own ORBIT username) type:67 To test your setup, open a command-line terminal and (replacing ''your_orbit_username'' with your own ORBIT username) type: 68 68 {{{ 69 69 ssh your_orbit_username@gw.orbit-lab.org … … 160 160 ==== Configuring your SSH client ==== 161 161 162 1. Open PuTTY 162 1. Open PuTTY. 163 163 164 164 || [[Image(putty01.png, 250px)]] || 165 165 166 2. Navigate through the left side menu tree to "SSH" then "Auth" 166 2. Navigate through the left side menu tree to "SSH" then "Auth". 167 167 168 168 || [[Image(putty02.png, 250px)]] || 169 169 170 3. Click the "Browse" button next to the "Private key file for authentication" field 170 3. Click the "Browse" button next to the "Private key file for authentication" field. 171 171 172 172 || [[Image(putty03.png, 250px)]] || 173 173 174 4. Navigate through the left side menu tree back to "Session" 174 4. Navigate to where you saved your '''private key file''' in the previous section and select it. 175 176 5. Navigate through the left side menu tree back to "Session". 175 177 176 178 || [[Image(putty04.png, 250px)]] || 177 179 178 5. Enter a name for this connection in the "Saved Sessions" field and click the "Save" button180 6. Enter a name for this connection in the "Saved Sessions" field and click the "Save" button. 179 181 180 182 || [[Image(putty05.png, 250px)]] || 181 183 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).184 7. Now whenever you open PuTTY, select the session name you gave in the previous step and click "Load", this will load the private key file automatically so you do not have to repeat the prior steps each time (as long as you do not move it to a different folder on your computer). 183 185 184 186 || [[Image(putty06.png, 250px)]] || 185 187 186 7. Type {{{your_orbit_username@gw.orbit-lab.org}}} (replacing your_orbit_usernamewith your own ORBIT 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 8. Type {{{your_orbit_username@gw.orbit-lab.org}}} (replacing ''your_orbit_username'' with your own ORBIT 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 189 188 190 || [[Image(putty07.png, 250px)]] || … … 198 200 Are you sure you want to continue connecting (yes/no)? 199 201 }}} 202 OR 203 || [[Image(putty_alert.png, 250px)]] || 200 204 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 205 [[BR]]