Displaying 8 results from an estimated 8 matches for "hq6".
Did you mean:
h96
2024 Jun 27
1
Proposal to add a DisableAuthentication option to sshd ServerOptions
it's not just adding a line at runtime. it's the openssh maintainers
maintaining an odd codepath and testing it at each release and
answering questions about the configuration, etc.
On Thu, Jun 27, 2024 at 3:00?PM Henry Qin <hq6 at cs.stanford.edu> wrote:
>
> I would like to understand your opinion a little more deeply.
>
> Are you suggesting that it's easier to (prepare the container and add a line at runtime) compared to (add a line to an sshd config at runtime)? The latter scenario would be the case i...
2024 Jun 27
1
Proposal to add a DisableAuthentication option to sshd ServerOptions
...a config.
~Henry
On Thu, Jun 27, 2024 at 2:49?PM Peter Moody <mindrot at hda3.com> wrote:
> i'm not a maintainer, but my personal opinion is that it's probably
> easier to prepare a container with this pam configuration
>
> On Thu, Jun 27, 2024 at 2:26?PM Henry Qin <hq6 at cs.stanford.edu> wrote:
> >
> > Thanks for the pointer!
> > I played around with PamServiceName set to 'sshd_disable_auth' and got
> it working with the minimum contents below in the file
> /etc/pam.d/sshd_disable_auth.
> >
> > auth required pam_per...
2024 Jun 27
1
Proposal to add a DisableAuthentication option to sshd ServerOptions
i'm not a maintainer, but my personal opinion is that it's probably
easier to prepare a container with this pam configuration
On Thu, Jun 27, 2024 at 2:26?PM Henry Qin <hq6 at cs.stanford.edu> wrote:
>
> Thanks for the pointer!
> I played around with PamServiceName set to 'sshd_disable_auth' and got it working with the minimum contents below in the file /etc/pam.d/sshd_disable_auth.
>
> auth required pam_permit.so
> account required pam_pe...
2024 Jun 27
1
Proposal to add a DisableAuthentication option to sshd ServerOptions
...s, and allow ad hoc usage in
deployed scenarios without having to prepare a container with a bespoke pam
configuration file.
~Henry
On Thu, Jun 27, 2024 at 10:58?AM Peter Moody <mindrot at hda3.com> wrote:
> see pam_permit(8)
>
>
> On Thu, Jun 27, 2024 at 10:37?AM Henry Qin <hq6 at cs.stanford.edu> wrote:
> >
> > When I looked at `man pam_unix`, I did not see any obvious options that
> > would
> > cause ssh to authenticate without prompting for a password at all, short
> of
> > setting an empty password which is similar to PermitEmptyPa...
2024 Jun 27
1
Proposal to add a DisableAuthentication option to sshd ServerOptions
see pam_permit(8)
On Thu, Jun 27, 2024 at 10:37?AM Henry Qin <hq6 at cs.stanford.edu> wrote:
>
> When I looked at `man pam_unix`, I did not see any obvious options that
> would
> cause ssh to authenticate without prompting for a password at all, short of
> setting an empty password which is similar to PermitEmptyPasswords option.
>
> Howe...
2024 Jun 27
1
Proposal to add a DisableAuthentication option to sshd ServerOptions
When I looked at `man pam_unix`, I did not see any obvious options that
would
cause ssh to authenticate without prompting for a password at all, short of
setting an empty password which is similar to PermitEmptyPasswords option.
However, I am not very familiar with the internals of PAM, so pointers to
documentation would be greatly appreciated.
Also, I think adding a single line to sshd_config
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
2024 Jun 27
2
Proposal to add a DisableAuthentication option to sshd ServerOptions
Hi folks,
I've recently started to work on a patch for openssh that introduces a new
option to disable authentication.
I'd like to explain why I think this might be generally useful, and solicit
opinions on whether such a patch would be acceptable to the maintainers as
a pull request.
*Why is this useful?*
Openssh has useful capabilities such as remote and local port-forwarding,
as well