[packages] add openssh-server-pam
authortripolar <tripolar@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 22 Oct 2013 01:12:31 +0000 (01:12 +0000)
committertripolar <tripolar@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 22 Oct 2013 01:12:31 +0000 (01:12 +0000)
commite90aa31af8fdce52a6c84f0388fc5d8f0f13a449
tree83707e2a4e85b0ac2d4af25f38edd363fff75c2f
parent001aad0b0c7338bb8bd45f930fbf969fa62733b2
[packages] add openssh-server-pam
this adds openssh-server with pam support
the user still has the change this settings in
/etc/ssh/sshd_config:

PasswordAuthentication no
UsePAM yes

to use pam. To avoid having two moduli files which is just
static data, openssh-moduli now depends on ssh-keygen.

based on patch from DkSouls

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38494 3c298f89-4303-0410-b956-a3cf2f4a3e73
net/openssh/Makefile
net/openssh/files/sshd.pam [new file with mode: 0644]
net/openssh/files/sshd.pam-access [new file with mode: 0644]