\Agent
Pure-PHP ssh-agent client identity object.
Pure-PHP ssh-agent client identity factory.
- Author
- Jim Wigginton terra.nosp@m.fros.nosp@m.t@php.nosp@m..net
- Copyright
- 2014 Jim Wigginton @license http://www.opensource.org/licenses/mit-license.html MIT License requestIdentities() method pumps out objects Jim Wigginton terra.nosp@m.fros.nosp@m.t@php.nosp@m..net internal Jim Wigginton terra.nosp@m.fros.nosp@m.t@php.nosp@m..net 2009 Jim Wigginton http://www.opensource.org/licenses/mit-license.html MIT License http://phpseclib.sourceforge.net Instantiation should only be performed by class. This could be thought of as implementing an interface that phpseclib implements. ie. maybe a Net_SSH_Auth_PublicKey interface or something. The methods in this interface would be getPublicKey, setSignatureMode and sign since those are the methods phpseclib looks for to perform public key authentication. Jim Wigginton terra.nosp@m.fros.nosp@m.t@php.nosp@m..net internal