Results 1 to 3 of 3

Thread: SSH: what's the difference between RSAAuthentication and PubkeyAuthentication?

  1. #1
    Join Date
    Apr 2013
    Beans
    8

    SSH: what's the difference between RSAAuthentication and PubkeyAuthentication?

    (These are settings in /etc/ssh/sshd_config )

  2. #2
    Join Date
    May 2012
    Location
    Preston, Lancs, UK
    Beans
    75
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: SSH: what's the difference between RSAAuthentication and PubkeyAuthentication?

    RSAAuthentication is for SSHv1 keys
    PubkeyAuthentication is for SSHv2 keys

  3. #3
    Join Date
    Mar 2007
    Location
    Denver, CO
    Beans
    7,958
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: SSH: what's the difference between RSAAuthentication and PubkeyAuthentication?

    These might be what the settings are in the sshd_config file - but I think both can use either RSA or DSA style keys. Do a wikipedia search on RSA and DSA -- these represent the mathematical model on how the keys were constructed.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •