[openssh-commits] [openssh] 01/04: upstream: Correct FILES section to mention new default path to
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu May 22 15:48:42 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 58d094c7cb974d7bd3ba6eb1059b186a2ac3dd55
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Wed May 21 12:12:20 2025 +0000
upstream: Correct FILES section to mention new default path to
agent sockets. Spotted by / ok jmc@
OpenBSD-Commit-ID: 91d736d78d71a4276c9cbb075b1462bbc3df55a6
---
ssh-agent.1 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ssh-agent.1 b/ssh-agent.1
index 9f56e3efd..58258be49 100644
--- a/ssh-agent.1
+++ b/ssh-agent.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-agent.1,v 1.84 2025/05/05 05:47:28 jmc Exp $
+.\" $OpenBSD: ssh-agent.1,v 1.85 2025/05/21 12:12:20 djm Exp $
.\"
.\" Author: Tatu Ylonen <ylo at cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo at 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: May 5 2025 $
+.Dd $Mdocdate: May 21 2025 $
.Dt SSH-AGENT 1
.Os
.Sh NAME
@@ -308,7 +308,7 @@ but is easily abused by root or another instance of the same user.
.El
.Sh FILES
.Bl -tag -width Ds
-.It Pa $TMPDIR/ssh-XXXXXXXXXX/agent.<ppid>
+.It Pa $HOME/.ssh/agent/s.*
.Ux Ns -domain
sockets used to contain the connection to the authentication agent.
These sockets should only be readable by the owner.
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list