Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

man: Remove misleading information about env_keep #29

Merged
merged 1 commit into from Feb 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions pam_ssh_agent_auth.pod
Expand Up @@ -18,8 +18,9 @@ This module provides authentication via ssh keys. If an ssh-agent listening at

=item /etc/sudoers:

In older versions of sudo (< 1.8.5) it was necessary to set:
Defaults env_keep += "SSH_AUTH_SOCK"
Enable sudo to pass environment variable pointing to the ssh authentication socket:

Defaults env_keep += "SSH_AUTH_SOCK"

=back

Expand Down