summaryrefslogtreecommitdiff
path: root/lib/net/ssh/authentication/session.rb
Commit message (Expand)AuthorAgeFilesLines
* Add Ed25519 to private key listChris Aumann2014-04-161-2/+2
* Change private key order to prefer RSA oder DSAChris Aumann2014-04-161-2/+2
* added default that match openssh ssh_config defaultsJesse Sanford2014-01-171-1/+1
* Fix for "Authentication Method determination can pick up a class from the roo...Dave2013-09-231-0/+1
* Removing warningsCarsten Dreesbach2012-12-231-2/+2
* Merge pull request #33 from dubspeed/masterDelano Mandelbaum2012-09-191-1/+1
|\
| * Added the "none" authentication type as of RFC 4252 / Sec. 5.2Michael Lennartz2012-01-171-1/+1
* | implement many algorithmsRyosuke Yamazaki2012-03-261-4/+12
|/
* Avoid dying when unsupported auth mechanisms are defined (e.g. kerberos-related)Peter C. Norton2011-12-231-1/+6
* Fix for Net::SSH Continues to attempt authentication when notified it is not ...delano2011-03-011-6/+13
* Add :key_data option for specifying raw private keys in PEM formatJamis Buck2009-02-121-1/+8
* teach the key manager about a handful of default key namesJamis Buck2008-05-021-1/+12
* tweak Francis' patch to suit my own preferences (sorry Francis, but thanks fo...Jamis Buck2008-04-181-1/+1
* Use a new option :passphrase as the possible password phrase for any encrypte...Francis Sullivan2008-04-161-1/+1
* If a password is given as an option, and a publickey needs a password, first ...Francis Sullivan2008-04-131-1/+1
* more documentation. flesh out the docs on Net::SSH::Connection::Channel a bit...Jamis Buck2008-03-201-1/+6
* refactor the log levelsJamis Buck2008-03-171-3/+3
* Starting to document everythingJamis Buck2007-08-171-1/+19
* authentication session testsJamis Buck2007-08-141-4/+3
* Add a default prompt for keyboard-interactive and key loading. Tries HighLine...Jamis Buck2007-08-101-2/+5
* add support for zlib and zlib@openssh.com compressionJamis Buck2007-08-091-1/+5
* auth agent forwardingJamis Buck2007-07-271-0/+2
* keyboard-interactiveJamis Buck2007-07-241-2/+4
* Add v2 branchJamis Buck2007-07-241-0/+83