Changes between Version 41 and Version 42 of Documentation/bAccountManagement/DSSHConf


Ignore:
Timestamp:
May 16, 2017, 5:28:19 PM (7 years ago)
Author:
jkol
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/bAccountManagement/DSSHConf

    v41 v42  
    44ORBIT access machines are configured to allow login only by public key authentication, which let users log into consoles without the need to use their user's passwords. This requires users to configure their SSH client to use their private key instead of password and to register their public key(s) with the ORBIT infrastructure. This page describes the procedure for generating the key pair and configuring client side for selected platforms.
    55
    6 === Linux ===
     6
     7[[CollapsibleStart(Linux)]]
     8
    79
    810Each distribution has their own location for the specific generation tools. The documentation for Ubuntu is located [https://help.ubuntu.com/community/SSH/OpenSSH/Keys here]. The generation process can be done with the ssh-keygen utility.
     
    2123
    2224This process will generate and store a private key and a public key file. The public key file will be named id_rsa.pub, and the private key will be stored in the file you specify when prompted. [#Upload Upload] your new public key to your orbit account.
     25[[CollapsibleEnd]]
    2326
    2427=== Windows ===