Displaying 3 results from an estimated 3 matches for "filena".
Did you mean:
fileno
2015 Aug 17
3
[PATCH] Expand tilde for UNIX domain socket forwards.
On Mon, 17 Aug 2015, Todd C. Miller wrote:
> I like the idea but tilde_expand_filename() calls fatal() if it
> cannot resolve ~foo. This is not terrible when using -L and -R on
> the normal command line but it seems pretty harsh to exit when -L
> or -R are used via the ~C escape or the streamlocal-forward at openssh.com
> request.
> Message-Id: <aea6cdc1d1b42d07...
1998 Oct 08
4
non-digest format of this list?
I always get the messages of this list in a digest format.
This is bad to handle, esp. if you want to answer a question found
in the digest.
Does everyone else also get the list as a digest?
Is there a way to switch to single messages?
If not how do I easily answer messages which the subject correctly set?
Or how do I automatically split the digest into the separate messages?
For your
2020 Jul 21
11
[RFC PATCH 0/4] PAM module for ssh-agent user authentication
Hi,
The main (and probably the only) use case of this PAM module is to let
sudo authenticate users via their ssh-agent, therefore without having
to type any password and without being tempted to use the NOPASSWD sudo
option for such convenience.
The principle is originally implemented by an existing module [0][1]
and many pages that explain how to use it for such purpose can be
found online.