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. --- phpseclib-0.3.7/System/SSH_Agent.php | 39 ++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 phpseclib-0.3.7/System/SSH_Agent.php (limited to 'phpseclib-0.3.7/System/SSH_Agent.php') diff --git a/phpseclib-0.3.7/System/SSH_Agent.php b/phpseclib-0.3.7/System/SSH_Agent.php new file mode 100644 index 0000000..0784179 --- /dev/null +++ b/phpseclib-0.3.7/System/SSH_Agent.php @@ -0,0 +1,39 @@ + + * @copyright MMXIV Jim Wigginton + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link http://phpseclib.sourceforge.net + * @internal See http://api.libssh.org/rfc/PROTOCOL.agent + */ + +require_once 'SSH/Agent.php'; -- cgit v1.2.3