summaryrefslogtreecommitdiff
path: root/lib/net/ssh/test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix rubocop coding style.Florian Wininger2021-10-251-3/+3
* Fix empty line for code clarityFlorian Wininger2021-07-011-2/+1
* Define rubocop metric lengthFlorian Wininger2019-09-251-1/+2
* Disable by default unsecure algorithmFlorian Wininger2019-09-021-1/+1
* fix deprecated use of verify_host_keyKlaus Badelt2018-11-091-6/+6
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-211-1/+2
* Updated rubocopMiklos Fazekas2018-03-211-83/+84
* Rename :paranoid to :verify_host_keyJared Beck2017-06-081-2/+5
* Use 1.9 hash syntaxMiklos Fazekas2016-12-111-1/+1
* Windows integration testsMiklos Fazekas2016-10-201-2/+2
* Migrated to minitestMiklos Fazekas2016-03-261-2/+2
* more documentation for the Net::SSH::Test systemJamis Buck2008-03-221-0/+4
* more documentation. use File.expand_path for key factory lookups. clean up so...Jamis Buck2008-03-201-1/+53
* more tweaks to the testing moduleJamis Buck2007-08-261-2/+3
* better error message when expected packet doesn't match actual. add an assert...Jamis Buck2007-08-251-0/+6
* Added first pass at Net::SSH::Test, to make it easier to test complex SSH sta...Jamis Buck2007-08-251-0/+26