Changes between Version 50 and Version 51 of Documentation/bAccountManagement/DSSHConf
- Timestamp:
- Jun 21, 2018, 7:49:51 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/bAccountManagement/DSSHConf
v50 v51 54 54 [[BR]] 55 55 ==== Configuring your SSH client ==== 56 To test your setup, open a command-line terminal and (while replacing your_orbit_username with your ORBIT username) type: 56 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. 57 To test your setup, open a command-line terminal and (replacing your_orbit_username with your ORBIT username) type: 57 58 {{{ 58 59 ssh your_orbit_username@gw.orbit-lab.org 59 60 }}} 60 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.61 You should be prompted to enter your key file passphrase and be able to successfully connect. 61 62 62 63 [[BR]] … … 69 70 }}} 70 71 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. 71 72 [[BR]] 72 73 * If you receive a message like the following: 73 74 {{{