Displaying 5 results from an estimated 5 matches for "emptypasswords".
2009 Feb 20
4
openssh-5.1p1 configure failure
Hi
If I try to run configure for openssh-5.1p1 with --wtih-selinux option
it fails giving the error "selinux support requires selinux library"
all of the below also dont work
a) --wtih-selinux
b) --wtih-selinux=path of cross complied library
c) LDFLAGS=-Lpath of cross complied library
if I remove --wtih-selinux option I am able to everything is fine.
How to solve this error?
Thanks
2009 Sep 07
0
ssh access on the ovirt-node
< node-image/common-post.ks >
[...]
if rpm -q --qf '%{release}' ovirt-node | grep -q "^0\." ; then
echo "Building in developer mode, leaving root account unlocked"
augtool <<\EOF
set /files/etc/ssh/sshd_config/PermitEmptyPasswords yes
save
EOF
else
echo "Building in production mode, locking root account"
passwd -l root
fi
[...]
</node-image/common-post.ks >
What is the best way to disable the EmptyPasswords on the ovirt-node ? I
didn't understand where I can redifined the %{release}. I try to pu...
2004 May 27
1
openssh & delay
Hi, I wrote you to ask whether this patch is OK for you. I extracted
from the current debian openssh patch set.
The problem is that in a openssh 3.6.1p2
installation compiled with pam support
when one is doing an ssh connection to a 3.6.1p2 ssh server there is a
slight delay of around 3-4 seconds before one gets the login, and even
before you type the login name and password you get this
2000 Jan 07
2
ANNOUNCE: openssh-1.2.1pre25
...ed.
20000103
- Add explicit make rules for files proccessed by fixpaths.
- Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
<tnh at kondara.org>
- Removed "nullok" directive from default PAM configuration files.
Added information on enabling EmptyPasswords on openssh+PAM in
UPGRADING file.
- OpenBSD CVS updates
- [ssh-agent.c]
cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
dgaudet at arctic.org
- [sshconnect.c]
compare correct version for 1.3 compat mode
20000102
- Prevent multiple inclusion of config.h and defin...
2000 Jan 07
2
ANNOUNCE: openssh-1.2.1pre25
...ed.
20000103
- Add explicit make rules for files proccessed by fixpaths.
- Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
<tnh at kondara.org>
- Removed "nullok" directive from default PAM configuration files.
Added information on enabling EmptyPasswords on openssh+PAM in
UPGRADING file.
- OpenBSD CVS updates
- [ssh-agent.c]
cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
dgaudet at arctic.org
- [sshconnect.c]
compare correct version for 1.3 compat mode
20000102
- Prevent multiple inclusion of config.h and defin...