Changes between Version 45 and Version 46 of Documentation/bAccountManagement/DSSHConf
- Timestamp:
- May 16, 2017, 5:37:23 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/bAccountManagement/DSSHConf
v45 v46 7 7 8 8 [[CollapsibleStart(Linux)]] 9 10 9 Each distribution has their own location for the specific generation tools. The documentation for Ubuntu is located 10 [https://help.ubuntu.com/community/SSH/OpenSSH/Keys here]. The generation process can be done with the ssh-keygen utility. 11 11 12 12 To create your public and private SSH keys on the command-line: 13 13 {{{ 14 14 ssh-keygen -t rsa … … 22 22 }}} 23 23 24 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 25 [[CollapsibleEnd]] 26 26 … … 34 34 || 3. || [#Upload Upload] your new public key to your orbit account. |||| 35 35 || 4. || To connect to remote host by using newly minted keys configure your session in PuTTY: '''Load''' the session profile, go to Connection > SSH > Auth window and select the newly created private key; click '''Save''' to update session profile and then proceed to connect. If you didn't specify the passphrase in step 2, you won't be prompted for the password. || [[Image(PuTTYgen5.jpg, width=300)]] || 36 [[CollapsibleEnd]]37 36 38 37 ==== SSH Secure Shell ====