mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09:00
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
6 lines
183 B
Plaintext
6 lines
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
|
|
|