Displaying 1 result from an estimated 1 matches for "01t11".
Did you mean:
0111
2017 Nov 02
2
Is it good for agent forwarding to creates socket in /tmp/
...h_sock_dir = xstrdup("/tmp/ssh-XXXXXXXXXX");
It would be nice if openssh provides an option to overwrite this default.
Regards
Tran
Best Regards
-----------------------
Tran Van Dung
On Wed, Nov 1, 2017 at 10:19 PM, Alexander Wuerstlein <arw at cs.fau.de> wrote:
> On 2017-11-01T11:27, tran dung <trandung0101 at gmail.com> wrote:
> > Hi
> >
> > After logging in to a remote server with ForwardAgent enabled, sshd on
> the
> > remote server creates a socket at /tmp/ and permission is
> 0755/srwxr-xr-x.
> > What is the reason to allow eve...