Date: Wed, 22 Mar 2023 08:00:28 GMT From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e9f4e14eb697 - main - security/pam_ssh_agent_auth: add comment about ecdsa-sk and ed25519-sk key types Message-ID: <202303220800.32M80SvH080871@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303220800.32M80SvH080871>