diff options
Diffstat (limited to 'system/pam_ssh/README')
-rw-r--r-- | system/pam_ssh/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/pam_ssh/README b/system/pam_ssh/README new file mode 100644 index 000000000000..808382afe474 --- /dev/null +++ b/system/pam_ssh/README @@ -0,0 +1,6 @@ +The pam_ssh module provides single sign-on behavior for ssh. +On login, the user types an ssh private key passphrase in place of, +or in addition to the password. In the pam session phase, an +ssh-agent process is started and keys are added. For the entire +session, the user can ssh to other hosts that accept key +authentication without typing any passwords. |