summaryrefslogtreecommitdiff
path: root/config.php.example
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-08-03 01:23:00 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-08-03 01:23:00 +0200
commit807773344779d5662b4e48f73d86e49092a8eae4 (patch)
tree5fa1f5e211440118a2cc9e5e16b7ed979136f48e /config.php.example
parent513b01f4973cfe7f7617436276eedf4eaeb07678 (diff)
Rewrite of the SSH auth engine.
Use a more appropriate library.
Diffstat (limited to 'config.php.example')
-rw-r--r--config.php.example4
1 files changed, 1 insertions, 3 deletions
diff --git a/config.php.example b/config.php.example
index 96599b6..e86b6f2 100644
--- a/config.php.example
+++ b/config.php.example
@@ -52,9 +52,7 @@ $config['routers']['router2']['host'] = 'r2.example.net';
// The user to use to connect to the router
$config['routers']['router2']['user'] = 'readonlyuser';
// The public key of the given user
-$config['routers']['router2']['public_key'] = '/home/user/.ssh/key.pub';
-// The private key of the given user
-$config['routers']['router2']['private_key'] = '/home/user/.ssh/key.pub';
+$config['routers']['router2']['private_key'] = '/home/user/.ssh/key';
// The passphrase of the key (optional if the key has no passphrase)
$config['routers']['router2']['pass'] = 'mypassphrase';
// The authentication mecanism to use (ssh-key for SSH based on keys)