diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2023-07-20 07:43:39 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2023-07-27 01:11:21 +0200 |
commit | 135e7d5fe31f700e6dfc61ce914970c5ee7175ba (patch) | |
tree | 07f1315429f2a495e83ef66c528d151bf7bbfe04 /ssh-agent.1 | |
parent | Handle a couple more OpenSSL no-ecc cases. (diff) | |
download | openssh-135e7d5fe31f700e6dfc61ce914970c5ee7175ba.tar.xz openssh-135e7d5fe31f700e6dfc61ce914970c5ee7175ba.zip |
upstream: tweak the allow-remote-pkcs11 text;
OpenBSD-Commit-ID: bc965460a89edf76865b7279b45cf9cbdebd558a
Diffstat (limited to '')
-rw-r--r-- | ssh-agent.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1 index beb81865a..0c8979498 100644 --- a/ssh-agent.1 +++ b/ssh-agent.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-agent.1,v 1.76 2023/07/19 13:56:33 djm Exp $ +.\" $OpenBSD: ssh-agent.1,v 1.77 2023/07/20 05:43:39 jmc Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 19 2023 $ +.Dd $Mdocdate: July 20 2023 $ .Dt SSH-AGENT 1 .Os .Sh NAME @@ -122,12 +122,12 @@ Note that signalling that a .Nm client remote is performed by .Xr ssh 1 , -and use of other tools to forward access to the agent socket may circumvent +and use of other tools to forward access to the agent socket, may circumvent this restriction. .Pp The -.Cm no-restrict-websafe , -instructs +.Cm no-restrict-websafe +option instructs .Nm to permit signatures using FIDO keys that might be web authentication requests. |