]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Correct FILES section to mention new default path to
authordjm@openbsd.org <djm@openbsd.org>
Wed, 21 May 2025 12:12:20 +0000 (12:12 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 22 May 2025 05:47:29 +0000 (15:47 +1000)
agent sockets. Spotted by / ok jmc@

OpenBSD-Commit-ID: 91d736d78d71a4276c9cbb075b1462bbc3df55a6

ssh-agent.1

index 9f56e3efdc0848e193eb8a91a9de72b06140201a..58258be49b4e567e3ecc4d8a901b180cbbf23032 100644 (file)
@@ -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@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: 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.