Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for RSA client authentication with SHA-2 | Zdenek Zambersky | 2021-11-18 | 1 | -1/+3 |
| | |||||
* | Fix rubocop coding style. | Florian Wininger | 2021-10-25 | 1 | -2/+2 |
| | | | | Lot of spacing issues :) | ||||
* | Fix empty line for code clarity | Florian Wininger | 2021-07-01 | 1 | -1/+2 |
| | |||||
* | Fix rubocop issue with last version | Florian Wininger | 2021-07-01 | 1 | -14/+12 |
| | |||||
* | Support :certkeys and CertificateFile configuration option | Anders Carling | 2019-10-29 | 1 | -0/+7 |
| | |||||
* | Remove unnecessary defined?(OpenSSL::PKey::EC) and ↵ | Florian Wininger | 2019-08-23 | 1 | -6/+2 |
| | | | | | | defined?(OpenSSL::Digest::SHA256) Signed-off-by: Florian Wininger <fw.centrale@gmail.com> | ||||
* | load default public key | Miklos Fazekas | 2018-06-03 | 1 | -0/+1 |
| | |||||
* | when key_data option is present we should not try to use default keys | Josh Larson | 2018-03-22 | 1 | -29/+29 |
| | |||||
* | Whitespace fixeswhitespace-fixes | Miklos Fazekas | 2018-03-21 | 1 | -1/+3 |
| | |||||
* | Updated rubocop | Miklos Fazekas | 2018-03-21 | 1 | -138/+140 |
| | |||||
* | Refactor prompting to a class that can be customized | Miklos Fazekas | 2016-04-08 | 1 | -1/+2 |
| | | | | Fixes: #91, and fixes #254, and fixes #293 | ||||
* | on_open_failed should tell the session to remove the socket from event loop ↵ | Miklos Fazekas | 2016-03-06 | 1 | -1/+1 |
| | | | | before closing it | ||||
* | Make Net::SSH.start `user` default to Etc.getlogin if it's nil and config ↵ | mexisme | 2015-12-10 | 1 | -3/+0 |
| | | | | | | | did not specify default. FIXES #281 CLOSES #282 | ||||
* | # This is a combination of 2 commits. | mexisme | 2015-12-10 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | # The first commit's message is: Don't require Net::SSH.start to have a `user` argument SSH defaults to using the local-client user's username if one isn't provided. This allows ayou to omit the `username` (or pass `nil`) to get Net::SSH to use the same default. FIXES #281 # This is the 2nd commit message: Update doc-comments for `nil` username. FIXES #281 | ||||
* | Add Ed25519 to private key list | Chris Aumann | 2014-04-16 | 1 | -2/+2 |
| | |||||
* | Change private key order to prefer RSA oder DSA | Chris Aumann | 2014-04-16 | 1 | -2/+2 |
| | | | | | RSA is more secure, due to longer cipher lengths. 1024bit (DSA default) should not be used anymore. | ||||
* | added default that match openssh ssh_config defaults | Jesse Sanford | 2014-01-17 | 1 | -1/+1 |
| | |||||
* | Fix for "Authentication Method determination can pick up a class from the ↵ | Dave | 2013-09-23 | 1 | -0/+1 |
| | | | | root namespace". Added a require for the 'none' authentication method in session.rb. | ||||
* | Removing warnings | Carsten Dreesbach | 2012-12-23 | 1 | -2/+2 |
| | |||||
* | Merge pull request #33 from dubspeed/master | Delano Mandelbaum | 2012-09-19 | 1 | -1/+1 |
|\ | | | | | Implementation of the "none"-authentication method | ||||
| * | Added the "none" authentication type as of RFC 4252 / Sec. 5.2 | Michael Lennartz | 2012-01-17 | 1 | -1/+1 |
| | | |||||
* | | implement many algorithms | Ryosuke Yamazaki | 2012-03-26 | 1 | -4/+12 |
|/ | | | | | | | | | | | | | | | | | | | | * Key Exchange * diffie-hellman-group14-sha1 * ecdh-sha2-nistp{256,384,521} * Host Key * ecdsa-sha2-nistp{256,384,521} * Authentication * ecdsa-sha2-nistp{256,384,521} * HMAC * hmac-ripemd160 * Cipher: * aes{128,192,256}-ctr * camellia{128,192,256}-ctr * blowfish-ctr * cast128-ctr * 3des-ctr * arcfour (has problems with weak keys, and should be used with caution) * camellia{128,192,256}-cbc | ||||
* | Avoid dying when unsupported auth mechanisms are defined (e.g. kerberos-related) | Peter C. Norton | 2011-12-23 | 1 | -1/+6 |
| | |||||
* | Fix for Net::SSH Continues to attempt authentication when notified it is not ↵ | delano | 2011-03-01 | 1 | -6/+13 |
| | | | | allowed | ||||
* | Add :key_data option for specifying raw private keys in PEM format | Jamis Buck | 2009-02-12 | 1 | -1/+8 |
| | |||||
* | teach the key manager about a handful of default key names | Jamis Buck | 2008-05-02 | 1 | -1/+12 |
| | |||||
* | tweak Francis' patch to suit my own preferences (sorry Francis, but thanks ↵ | Jamis Buck | 2008-04-18 | 1 | -1/+1 |
| | | | | for the original patch!) | ||||
* | Use a new option :passphrase as the possible password phrase for any ↵ | Francis Sullivan | 2008-04-16 | 1 | -1/+1 |
| | | | | encrypted keys. | ||||
* | If a password is given as an option, and a publickey needs a password, first ↵ | Francis Sullivan | 2008-04-13 | 1 | -1/+1 |
| | | | | try that password before prompting. | ||||
* | more documentation. flesh out the docs on Net::SSH::Connection::Channel a ↵ | Jamis Buck | 2008-03-20 | 1 | -1/+6 |
| | | | | bit more, to be more helpful as rdoc and ri docs | ||||
* | refactor the log levels | Jamis Buck | 2008-03-17 | 1 | -3/+3 |
| | |||||
* | Starting to document everything | Jamis Buck | 2007-08-17 | 1 | -1/+19 |
| | | | | git-svn-id: http://svn.jamisbuck.org/net-ssh/branches/v2@190 1d2a57f2-1ded-0310-ad52-83097a15a5de | ||||
* | authentication session tests | Jamis Buck | 2007-08-14 | 1 | -4/+3 |
| | | | | git-svn-id: http://svn.jamisbuck.org/net-ssh/branches/v2@175 1d2a57f2-1ded-0310-ad52-83097a15a5de | ||||
* | Add a default prompt for keyboard-interactive and key loading. Tries ↵ | Jamis Buck | 2007-08-10 | 1 | -2/+5 |
| | | | | | | HighLine and Termios, and falls back to clear text if neither are available. git-svn-id: http://svn.jamisbuck.org/net-ssh/branches/v2@147 1d2a57f2-1ded-0310-ad52-83097a15a5de | ||||
* | add support for zlib and zlib@openssh.com compression | Jamis Buck | 2007-08-09 | 1 | -1/+5 |
| | | | | git-svn-id: http://svn.jamisbuck.org/net-ssh/branches/v2@141 1d2a57f2-1ded-0310-ad52-83097a15a5de | ||||
* | auth agent forwarding | Jamis Buck | 2007-07-27 | 1 | -0/+2 |
| | | | | git-svn-id: http://svn.jamisbuck.org/net-ssh/branches/v2@129 1d2a57f2-1ded-0310-ad52-83097a15a5de | ||||
* | keyboard-interactive | Jamis Buck | 2007-07-24 | 1 | -2/+4 |
| | | | | git-svn-id: http://svn.jamisbuck.org/net-ssh/branches/v2@118 1d2a57f2-1ded-0310-ad52-83097a15a5de | ||||
* | Add v2 branch | Jamis Buck | 2007-07-24 | 1 | -0/+83 |
git-svn-id: http://svn.jamisbuck.org/net-ssh/branches/v2@117 1d2a57f2-1ded-0310-ad52-83097a15a5de |