Displaying 5 results from an estimated 5 matches for "emptypassword".
Did you mean:
empty_password
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 p...
2004 May 27
1
openssh & delay
...tance, here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=192207
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=193546
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=101157#c8
and
http://www.securityfocus.com/archive/121/326500/2003-06-18/2003-06-24/0
and depends on the attempts with EmptyPassword and pam the ssh does.
Debian uses a patch (which I extracted and attached here) which
seems working for fixing this behaviour. The openssh 3.8 seems also
using a similar solution, with:
if (*password == '\0' && options.permit_empty_passwd == 0)
return 0;...
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 defi...
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 defi...