Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for RSA client authentication with SHA-2 | Zdenek Zambersky | 2021-11-18 | 2 | -12/+64 |
| | |||||
* | Fix rubocop coding style. | Florian Wininger | 2021-10-25 | 6 | -12/+12 |
| | | | | Lot of spacing issues :) | ||||
* | Remove Trailing white space | Florian Wininger | 2021-07-01 | 1 | -6/+5 |
| | |||||
* | Fix empty line for code clarity | Florian Wininger | 2021-07-01 | 6 | -10/+2 |
| | |||||
* | Define rubocop metric length | Florian Wininger | 2019-09-25 | 1 | -1/+3 |
| | | | | Signed-off-by: Florian Wininger <fw.centrale@gmail.com> | ||||
* | fixing to work with windows and wingftpserver connecting with public key | Pete Brumm | 2018-07-11 | 1 | -0/+2 |
| | |||||
* | Whitespace fixeswhitespace-fixes | Miklos Fazekas | 2018-03-21 | 1 | -15/+17 |
| | |||||
* | Updated rubocop | Miklos Fazekas | 2018-03-21 | 6 | -170/+170 |
| | |||||
* | Refactor prompting to a class that can be customized | Miklos Fazekas | 2016-04-08 | 3 | -13/+28 |
| | | | | Fixes: #91, and fixes #254, and fixes #293 | ||||
* | Added non_interactive option for disabling all prompt for password | Miklos Fazekas | 2015-05-20 | 2 | -5/+14 |
| | |||||
* | Password auth will ask for password up to number_of_password_prompts times | Miklos Fazkeas | 2014-09-26 | 1 | -10/+35 |
| | |||||
* | Removing warnings | Carsten Dreesbach | 2012-12-23 | 1 | -1/+1 |
| | |||||
* | added basic tests and completed adding the "none" authentication method | Michael Lennartz | 2012-01-17 | 1 | -4/+10 |
| | |||||
* | Added class for "none" authentication | Michael Lennartz | 2012-01-17 | 1 | -0/+31 |
| | |||||
* | Fix for Net::SSH Continues to attempt authentication when notified it is not ↵ | delano | 2011-03-01 | 4 | -0/+16 |
| | | | | allowed | ||||
* | Load keys just-in-time instead of ahead-of-time | Jamis Buck | 2008-12-29 | 2 | -2/+2 |
| | | | | | | This avoids unnecessary prompts from encrypted keys as a result of the change in 2.0.7 that caused private keys to be loaded instead of public keys. | ||||
* | refactor the log levels | Jamis Buck | 2008-03-17 | 4 | -9/+9 |
| | |||||
* | Starting to document everything | Jamis Buck | 2007-08-17 | 4 | -11/+28 |
| | | | | git-svn-id: http://svn.jamisbuck.org/net-ssh/branches/v2@190 1d2a57f2-1ded-0310-ad52-83097a15a5de | ||||
* | tests for publickey authmethod | Jamis Buck | 2007-08-14 | 1 | -59/+58 |
| | | | | git-svn-id: http://svn.jamisbuck.org/net-ssh/branches/v2@180 1d2a57f2-1ded-0310-ad52-83097a15a5de | ||||
* | tests for keyboard-interactive authmethod | Jamis Buck | 2007-08-14 | 1 | -6/+0 |
| | | | | git-svn-id: http://svn.jamisbuck.org/net-ssh/branches/v2@178 1d2a57f2-1ded-0310-ad52-83097a15a5de | ||||
* | tests for hostbased authmethod | Jamis Buck | 2007-08-14 | 1 | -47/+32 |
| | | | | git-svn-id: http://svn.jamisbuck.org/net-ssh/branches/v2@177 1d2a57f2-1ded-0310-ad52-83097a15a5de | ||||
* | start tests for auth methods | Jamis Buck | 2007-08-14 | 1 | -5/+2 |
| | | | | git-svn-id: http://svn.jamisbuck.org/net-ssh/branches/v2@176 1d2a57f2-1ded-0310-ad52-83097a15a5de | ||||
* | Add a default prompt for keyboard-interactive and key loading. Tries ↵ | Jamis Buck | 2007-08-10 | 1 | -13/+15 |
| | | | | | | 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 | ||||
* | keyboard-interactive | Jamis Buck | 2007-07-24 | 2 | -0/+71 |
| | | | | 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 | 4 | -0/+263 |
git-svn-id: http://svn.jamisbuck.org/net-ssh/branches/v2@117 1d2a57f2-1ded-0310-ad52-83097a15a5de |