LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   what is the difference between host-based and pub-key auth in ssh? (https://www.linuxquestions.org/questions/linux-newbie-8/what-is-the-difference-between-host-based-and-pub-key-auth-in-ssh-919614/)

archnemesis 12-20-2011 01:24 AM

what is the difference between host-based and pub-key auth in ssh?
 
Since host-based and public key authentication in ssh both use the keys, what is the main difference between them? I have had a look at the manual, but I'm still not sure.

klearview 12-20-2011 06:14 PM

In a host-based authentication users do not have their own individual keys - rather the client machine is trusted based on its key and users from that machine are allowed without passwords if their userid matches on both machines (otherwise they are prompted for password).

archnemesis 12-20-2011 06:34 PM

thanks


All times are GMT -5. The time now is 12:44 AM.