]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Update ssh-agent.1
authorLudovic Rousseau <ludovic.rousseau+github@gmail.com>
Sat, 27 Dec 2025 09:07:22 +0000 (10:07 +0100)
committerDarren Tucker <dtucker@dtucker.net>
Sun, 28 Dec 2025 03:54:38 +0000 (14:54 +1100)
Add a missing "/" in the default allowed providers list.

ssh-agent.1

index f77a6cdd58f0219401a9cf7c5b31887643dc8cb1..016f7e0ebc76f3e0c46554a3f1d2abf5ea7a50cb 100644 (file)
@@ -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