Index | Thread | Search

From:
"H. Hartzer" <h@hartzer.sh>
Subject:
Re: Move the ssh-agent socket from /tmp to $HOME/.ssh/
To:
"Stuart Henderson" <stu@spacehopper.org>
Cc:
<tech@openbsd.org>
Date:
Wed, 30 Apr 2025 14:08:25 +0000

Download raw body.

Thread
  • Ted Unangst:

    Move the ssh-agent socket from /tmp to $HOME/.ssh/

  • Stuart Henderson wrote:
    > You could try setting TMPDIR and see if enough of Firefox and associated
    > libraries honour that to be usable.
    
    That's a good idea. I tested it and while Firefox did use my specified
    TMPDIR, it still segfaulted without rwc access to /tmp. I also tried to
    do just r or rw on /tmp, and it was happy with none of those.
    
    > cache *is* stored under ~.
    
    Gotcha. I guess Firefox's temporary files have a different intent than
    just a caching matter.
    
    -Henrich
    
    
  • Ted Unangst:

    Move the ssh-agent socket from /tmp to $HOME/.ssh/