Changes between Version 38 and Version 39 of Documentation/bAccountManagement/DSSHConf
- Timestamp:
- Jul 8, 2014, 10:57:04 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/bAccountManagement/DSSHConf
v38 v39 1 1 [[TOC(Documentation/bAccountManagement*, depth=2)]] 2 = SSH Keys=2 == Configuring SSH Keys == 3 3 4 Configuring your SSH client to use keys instead of password 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 === Linux === 7 7 8 8 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. … … 22 22 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. 23 23 24 == Windows==24 === Windows === 25 25 26 === Putty===26 ==== Putty ==== 27 27 In putty the key generation is handled by a separate program named puttygen.exe. If you've installed putty via the installer there may be an icon for it in the putty menu group, otherwise download it [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html here]. Generating a public/private key pair on your host by using PuTTYgen as illustrated in the following table (for more details on configuration please csee [http://www.chiark.greenend.org.uk/~sgtatham/putty/ putty documentation]): 28 28 … … 33 33 34 34 35 === SSH Secure Shell===35 ==== SSH Secure Shell ==== 36 36 37 37 || 1. || Start the ssh client || [[Image(SecSh1.jpg, width=300)]][[BR]] || … … 42 42 || 6. || After you upload public key you can connect to host choosing Public Key option for Authentication Method. || [[Image(SecSh8.jpg, width=300)]] || 43 43 44 == Mac==44 === Mac === 45 45 46 46 == Install the public key for the ORBIT infrastructure == #Upload