git: e9f4e14eb697 - main - security/pam_ssh_agent_auth: add comment about ecdsa-sk and ed25519-sk key types

From: Matthew Seaman <matthew_at_FreeBSD.org>
Date: Wed, 22 Mar 2023 08:00:28 UTC
The branch main has been updated by matthew:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e9f4e14eb697145d94c798590634965eacb462f4

commit e9f4e14eb697145d94c798590634965eacb462f4
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2023-03-22 07:59:29 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2023-03-22 07:59:29 +0000

    security/pam_ssh_agent_auth: add comment about ecdsa-sk and ed25519-sk key types
---
 security/pam_ssh_agent_auth/Makefile | 3 +++
 1 file changed, 3 insertions(+)

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