[openssh-commits] [openssh] branch master updated: Update ssh-agent.1
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Dec 28 15:06:10 AEDT 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new 6eafc52a4 Update ssh-agent.1
6eafc52a4 is described below
commit 6eafc52a4185ba6d765047146cd645152baaeb58
Author: Ludovic Rousseau <ludovic.rousseau+github at gmail.com>
AuthorDate: Sat Dec 27 10:07:22 2025 +0100
Update ssh-agent.1
Add a missing "/" in the default allowed providers list.
---
ssh-agent.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ssh-agent.1 b/ssh-agent.1
index f77a6cdd5..016f7e0eb 100644
--- a/ssh-agent.1
+++ b/ssh-agent.1
@@ -166,7 +166,7 @@ options to
.Xr ssh-add 1 .
Libraries that do not match the pattern list will be refused.
The default list is
-.Dq usr/lib*/*,/usr/local/lib*/* .
+.Dq /usr/lib*/*,/usr/local/lib*/* .
.Pp
See PATTERNS in
.Xr ssh_config 5
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list