diff options
author | naddy@openbsd.org <naddy@openbsd.org> | 2023-07-23 22:04:45 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2023-07-27 01:11:21 +0200 |
commit | 076aeda86a7ee9be8fd2f0181ec7b9729a6ceb37 (patch) | |
tree | 73d1023e2d4bcc9e32a010d23716d5c981245d79 /ssh-agent.1 | |
parent | upstream: tweak the allow-remote-pkcs11 text; (diff) | |
download | openssh-076aeda86a7ee9be8fd2f0181ec7b9729a6ceb37.tar.xz openssh-076aeda86a7ee9be8fd2f0181ec7b9729a6ceb37.zip |
upstream: man page typos; ok jmc@
OpenBSD-Commit-ID: e6ddfef94b0eb867ad88abe07cedc8ed581c07f0
Diffstat (limited to 'ssh-agent.1')
-rw-r--r-- | ssh-agent.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1 index 0c8979498..327f0e196 100644 --- a/ssh-agent.1 +++ b/ssh-agent.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-agent.1,v 1.77 2023/07/20 05:43:39 jmc Exp $ +.\" $OpenBSD: ssh-agent.1,v 1.78 2023/07/23 20:04:45 naddy 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 20 2023 $ +.Dd $Mdocdate: July 23 2023 $ .Dt SSH-AGENT 1 .Os .Sh NAME @@ -118,9 +118,9 @@ option allows clients of a forwarded .Nm to load PKCS#11 or FIDO provider libraries. By default only local clients may perform this operation. -Note that signalling that a +Note that signalling that an .Nm -client remote is performed by +client is remote is performed by .Xr ssh 1 , and use of other tools to forward access to the agent socket, may circumvent this restriction. |