summaryrefslogtreecommitdiff
path: root/lib/net/ssh/known_hosts.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update chipers for known_hosts"Miklos Fazkeas2014-10-251-10/+2
* Update chipers for known_hostsChris Aumann2014-04-171-2/+10
* Correct location of global known_hosts filesMichael S. Fischer2014-02-111-2/+2
* Moved definition of SUPPORTED_TYPE out of metaclassMarco Sandrini2012-05-241-9/+11
* Added explicit namespace to constant definition is <<self blockMarco Sandrini2012-05-241-2/+2
* implement many algorithmsRyosuke Yamazaki2012-03-261-2/+12
* add support for :user_known_hosts_file and :global_known_hosts_fileJamis Buck2008-03-221-20/+25
* more documentation. use File.expand_path for key factory lookups. clean up so...Jamis Buck2008-03-201-13/+8
* some more api docsJamis Buck2007-08-171-2/+44
* make the host matching more strictJamis Buck2007-08-151-2/+2
* make sure hosts are written to the known_hosts file in the correct formatJamis Buck2007-08-101-2/+4
* make sure RSA1 keys in the known-hosts file don't cause Net::SSH to explodeJamis Buck2007-08-101-0/+3
* host key verificationJamis Buck2007-08-091-2/+36
* Add v2 branchJamis Buck2007-07-241-0/+48