Changes between Version 45 and Version 46 of Documentation/bAccountManagement/DSSHConf


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

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/bAccountManagement/DSSHConf

    v45 v46  
    77
    88[[CollapsibleStart(Linux)]]
    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.
     9Each 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.
    1111
    12   To create your public and private SSH keys on the command-line:
     12To create your public and private SSH keys on the command-line:
    1313{{{
    1414ssh-keygen -t rsa
     
    2222}}}
    2323
    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.
     24This 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.
    2525  [[CollapsibleEnd]]
    2626
     
    3434    || 3. || [#Upload Upload] your new public key to your orbit account. ||||
    3535    || 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]]
    3736
    3837  ==== SSH Secure Shell ====