aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2023-03-22 07:59:29 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2023-03-22 07:59:29 +0000
commite9f4e14eb697145d94c798590634965eacb462f4 (patch)
treeeaa7b9bb195e5b35fa4de9910232122d9d21fd24
parenta4ca547fd445e992a2f4599e60b651f754546b76 (diff)
downloadports-e9f4e14eb697145d94c798590634965eacb462f4.tar.gz
ports-e9f4e14eb697145d94c798590634965eacb462f4.zip
security/pam_ssh_agent_auth: add comment about ecdsa-sk and ed25519-sk key types
-rw-r--r--security/pam_ssh_agent_auth/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/pam_ssh_agent_auth/Makefile b/security/pam_ssh_agent_auth/Makefile
index c177972eb465..dbb35bab403d 100644
--- a/security/pam_ssh_agent_auth/Makefile
+++ b/security/pam_ssh_agent_auth/Makefile
@@ -7,6 +7,9 @@ MAINTAINER= matthew@FreeBSD.org
COMMENT= PAM module which permits authentication via ssh-agent
WWW= https://github.com/jbeverly/pam_ssh_agent_auth
+# Note: if you need support for hardware token backed ecdsa-sk or
+# ed25519-sk SSH keys, see devel/pam_rssh
+
USE_GITHUB= yes
GH_ACCOUNT= jbeverly
GH_TAGNAME= 099beb2