1
1
libssh/sftp_server/pam/sftp.pam.freebsd
Aris Adamantiadis b81c66ee8f pam samples files to put into /etc/pam.d
ssh_silent_disconnect() and server forking. I still have to add a -D command line to avoid the forking.
password auth works, but there is no uid change yet. I'll have to make the configuration stuff really being respected by the server. (like keys, ports, users, ...)


git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@23 7dcaeef0-15fb-0310-b436-a5af3365683c
2005-08-29 00:55:27 +00:00

6 строки
183 B
Plaintext

sftp auth required pam_unix.so try_first_pass
sftp account required pam_unix.so
sftp password required pam_permit.so
sftp session required pam_permit.so