[Bug 951] SSH2 protocol breaks pam chroot auth

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Nov 9 02:58:56 EST 2004


http://bugzilla.mindrot.org/show_bug.cgi?id=951

schwarz at power-netz.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|---                         |---



------- Additional Comments From schwarz at power-netz.de  2004-11-09 02:58 -------

# This is ssh server systemwide configuration file.

Port 22
Protocol 2,1
ListenAddress 0.0.0.0
#ListenAddress ::
HostKey /etc/ssh/ssh_host_key
ServerKeyBits 768
LoginGraceTime 600
KeyRegenerationInterval 3600
PermitRootLogin no
#
# Don't read ~/.rhosts and ~/.shosts files
IgnoreRhosts yes
# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
#IgnoreUserKnownHosts yes
StrictModes yes
X11Forwarding no
X11DisplayOffset 10
PrintMotd yes
KeepAlive yes

# Logging
SyslogFacility AUTHPRIV
LogLevel INFO

RSAAuthentication yes

# To disable tunneled clear text passwords, change to no here!
PasswordAuthentication yes
PermitEmptyPasswords no
KbdInteractiveAuthentication yes

UseLogin no
UsePam yes

# Uncomment if you want to enable sftp
Subsystem       sftp    /usr/libexec/sftp-server
MaxStartups 10:30:60
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key

UsePrivilegeSeparation no                  



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list