From 807773344779d5662b4e48f73d86e49092a8eae4 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Sun, 3 Aug 2014 01:23:00 +0200 Subject: Rewrite of the SSH auth engine. Use a more appropriate library. --- config.php.example | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'config.php.example') 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) -- cgit v1.2.3