summaryrefslogtreecommitdiff
path: root/lib/net/ssh.rb
Commit message (Expand)AuthorAgeFilesLines
* Accept pubkey_algorithms option when starting a new connectionRemco de Man2023-01-051-1/+6
* Fix rubocop coding style.Florian Wininger2021-10-251-3/+3
* HostKeyEntries classesMiklós Fazekas2021-08-051-1/+1
* Fix empty line for code clarityFlorian Wininger2021-07-011-1/+0
* Let use Etc.getpwuid.name() instead of Etc.getlogin to adapt default behavior...Itsuki Noda2020-05-011-1/+1
* Add set_env optionMingxiang Xue2020-03-091-1/+4
* Support :certkeys and CertificateFile configuration optionAnders Carling2019-10-291-1/+3
* rubocop fixesMiklos Fazekas2019-03-071-1/+1
* Remove translated globals and only set check_host_ip if not already setMiklos Fazekas2019-03-071-2/+2
* check_host_ip defaults to true, fixed verfier initMiklos Fazekas2019-03-021-1/+3
* Fix host key checkingRomain Tartière2019-02-111-1/+3
* New options for :verify_host_keyJared Beck2018-04-041-2/+6
* FingerprintHash SHA256|MD5Miklos Fazekas2018-03-221-1/+2
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-211-2/+2
* Updated rubocopMiklos Fazekas2018-03-211-22/+22
* Fix Net::SSH.start docsCharles Hooper2017-12-101-1/+1
* Removed extra transport close see #529Miklos Fazekas2017-07-181-3/+0
* Merge pull request #524 from jaredbeck/paranoid_is_a_value_judgementMiklós Fazekas2017-06-241-7/+29
|\
| * Rename :paranoid to :verify_host_keyJared Beck2017-06-081-7/+29
* | Close transport on proxy errorAdam Ruzicka2017-06-211-0/+3
|/
* fix typo in append_all_supported_algorithmsjeff-bennett2017-05-091-2/+2
* Always use Net::SSH::Config.expandable_default_filesMatt Casper2017-01-031-1/+1
* Merge pull request #468 from mfazekas/fix-open-ssl-warningMiklós Fazekas2016-12-151-1/+1
|\
| * Fix OpenSSL 2 deprecation warningsMiklos Fazekas2016-12-151-1/+1
* | Merge pull request #467 from mfazekas/rc2-prepMiklós Fazekas2016-12-151-3/+3
|\ \ | |/
| * rc2 prepare and gemfile updateMiklos Fazekas2016-12-151-5/+5
* | Allow nil for passphrase, warn instead of raise with nil option errorsMiklos Fazekas2016-12-151-9/+16
|/
* Merge pull request #456 from mfazekas/allow_nil_passwordMiklós Fazekas2016-11-281-0/+2
|\
| * #357 as a special case, ignore nil :password options, to avoid breaking capi...Will Bryant2016-11-281-0/+2
* | Docs: Combine docs for the :non_interactive optionJared Beck2016-11-231-4/+4
|/
* Merge pull request #297 from MajesticFalcon/masterMiklós Fazekas2016-10-151-1/+1
|\
| * Small DRY fixMajesticFalcon2015-12-181-1/+1
* | set default options before checking for nilsKane Morgan2016-05-151-7/+11
* | Adds minimum_dh_bits option.Aaron Bedra2016-05-051-1/+2
* | Added ability to specify agent socketAlon Goldboim2016-04-281-1/+4
* | Prevent nils being explicitly passed in at start up timeKane Morgan2016-04-171-1/+6
* | Refactor prompting to a class that can be customizedMiklos Fazekas2016-04-081-2/+6
* | Callbacks from channel open migth open new channelsMiklos Fazekas2016-04-071-0/+1
* | Refactor HostKeys cacheMiklos Fazekas2016-03-051-1/+1
* | Read server keepalive from config (fixes: #105)Miklos Fazekas2016-03-051-0/+1
* | Allow to substitute Net::SSH::KnownHosts with a custom implementationJean Boussier2016-02-031-1/+3
|/
* Make Net::SSH.start `user` default to Etc.getlogin if it's nil and config di...mexisme2015-12-101-4/+3
* # This is a combination of 2 commits.mexisme2015-12-101-2/+6
* Documentation of option on start methodDominic Scheirlinck2015-09-041-0/+1
* remote_user option is valid, used in proxy commandDominic Scheirlinck2015-09-041-1/+1
* don't prompt for passphrases in non-interactive modeJeremy Stanley2015-06-091-1/+0
* Added non_interactive option for disabling all prompt for passwordMiklos Fazekas2015-05-201-1/+13
* Fixed tests added option to append all supported algorithmsMiklos Fazekas2015-03-051-1/+4
* 2.9.2 rc2 - number_of_password_prompts: 0 now can be passed via capistrano to...Miklos Fazekas2015-01-031-1/+1
* added documentation about paranoid and own verifiersFabian Trampusch2014-12-221-2/+6