📦 NEW: thanks to @DavieDavieDave (nextcloud/apps#56): SSH password authentication
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
This commit is contained in:
22
README.md
22
README.md
@@ -150,6 +150,28 @@ Add the following to your `config.php`:
|
||||
[BasicAuth_0]: https://en.wikipedia.org/wiki/Basic_access_authentication
|
||||
|
||||
|
||||
SSH
|
||||
---
|
||||
|
||||
Authenticates users via SSH. You can use any SSH2 server, but it must accept password authentication.
|
||||
|
||||
### Configuration
|
||||
The only supported parameter is the hostname of the remote machine.
|
||||
|
||||
Add the following to your `config.php`:
|
||||
|
||||
'user_backends' => array(
|
||||
array(
|
||||
'class' => 'OC_User_SSH',
|
||||
'arguments' => array('127.0.0.1'),
|
||||
),
|
||||
),
|
||||
|
||||
|
||||
### Dependencies
|
||||
Requires the php-ssh2 PECL module installed.
|
||||
|
||||
|
||||
XMPP (Prosody)
|
||||
----
|
||||
Authenticate Nextcloud users against a Prosody XMPP MySQL database.
|
||||
|
||||
Reference in New Issue
Block a user