phpseclib/phpseclib/Net
terrafrost 04c24f6bbc SSH2: More multi-factor authentication changes
Previously to do multi-factor authentication you'd have to do this:

$ssh->login($user, 'pass1');
$ssh->login($user, 'pass2');

Now you can do this too:

$ssh->login($user, 'pass1', 'pass2');
2013-04-20 14:33:07 -05:00
..
SFTP Net_SFTP_Stream: Add limited support for notifications and... 2013-04-15 23:58:13 -05:00
SFTP.php SFTP: add a few comments 2013-03-24 20:28:55 -05:00
SSH1.php Make all sources 7-bit ASCII. 2013-02-20 19:25:47 +01:00
SSH2.php SSH2: More multi-factor authentication changes 2013-04-20 14:33:07 -05:00