Changes between Version 50 and Version 51 of Documentation/bAccountManagement/DSSHConf


Ignore:
Timestamp:
Jun 21, 2018, 7:49:51 PM (6 years ago)
Author:
jkol
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/bAccountManagement/DSSHConf

    v50 v51  
    5454[[BR]]
    5555==== 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:
    5758{{{
    5859ssh your_orbit_username@gw.orbit-lab.org
    5960}}}
    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.
    6162
    6263[[BR]]
     
    6970}}}
    7071 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]]
    7273 * If you receive a message like the following:
    7374{{{