Changes between Version 41 and Version 42 of Documentation/bAccountManagement/DSSHConf
- Timestamp:
- May 16, 2017, 5:28:19 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/bAccountManagement/DSSHConf
v41 v42 4 4 ORBIT 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. 5 5 6 === Linux === 6 7 [[CollapsibleStart(Linux)]] 8 7 9 8 10 Each 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. … … 21 23 22 24 This 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]] 23 26 24 27 === Windows ===