Update ssh-agent.1

Add a missing "/" in the default allowed providers list.
This commit is contained in:
Ludovic Rousseau
2025-12-27 10:07:22 +01:00
committed by Darren Tucker
parent 09daf2ac5f
commit 6eafc52a41

View 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