OpenSSH key RSA/DSA excerpt

Source: Internet
Author: User
OpenSSH key RSA/DSA excerpt RSA/DSA key working principle Linux workstation (localbox) enable a remote shellssh authentication method on remotebox: www.2cto. comCommand code % sshdrobbins @ remoteb... openSSH key RSA/DSA extract the working principle of RSA/DSA key Linux workstation (localbox) open a remote shellssh authentication method on remotebox: www.2cto.com Command code % ssh drobbins @ remotebox's password: enter the password of the account drobbins on remotebox. If we enter our password on remotebox, ssh will use the secure password authentication protocol to send our password to remotebox for verification. However, unlike telnet, our password is encrypted here, so it will not be intercepted by people who peek at our data connection. RSA or DSA authentication: perform one-time configuration step. We copy the public key to remotebox. A public key is used to encrypt messages. a private key can only be used to decrypt messages encoded by a matching public key. On the localbox console, type ssh drobbins @ remotebox. the sshd of Remotebox generates a random number and encrypts the random number with the public key we copied earlier. Www.2cto.com then, sshd sends the encrypted random number back to the ssh running on localbox. The ssh client of localbox decrypts the random number with a dedicated key and sends it back to remotebox. in this way, sshd concluded that we should allow us to log on as long as we hold a matched private key. Public key installation RSA: Command code % cat identity. pub >> ~ /. Ssh/authorized_keys DSA: Command code cat identity. pub >> ~ /. Ssh/authorized_keys2
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.