Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix rubocop coding style. | Florian Wininger | 2021-10-25 | 1 | -2/+2 |
| | | | | Lot of spacing issues :) | ||||
* | Remove Trailing white space | Florian Wininger | 2021-07-01 | 1 | -10/+10 |
| | |||||
* | Whitespace fixeswhitespace-fixes | Miklos Fazekas | 2018-03-21 | 1 | -1/+2 |
| | |||||
* | Updated rubocop | Miklos Fazekas | 2018-03-21 | 1 | -99/+100 |
| | |||||
* | Rubocop update to 0.46.0 | Miklos Fazekas | 2016-12-15 | 1 | -6/+6 |
| | |||||
* | Implemented keepalive_maxcount | Miklos Fazkeas | 2014-12-02 | 1 | -0/+4 |
| | |||||
* | Add a verifier for OpenSSH-style strict checking. | Andy Brody | 2012-07-10 | 1 | -7/+19 |
| | | | | | | | The Secure verifier will not silently add entries to your known_hosts files. Instead it will raise HostKeyUnknown, a subclass of HostKeyError. As with HostKeyMismatch (now also a subclass of HostKeyError), you can call remember_host! on the exception to add the key to known_hosts. | ||||
* | Add ConnectionTimeout exception class. | watsonian | 2011-03-23 | 1 | -0/+3 |
| | |||||
* | various documentation tweaks | Jamis Buck | 2008-03-22 | 1 | -4/+2 |
| | |||||
* | docs for the exception classes, and for Net::SSH::KeyFactory | Jamis Buck | 2008-03-19 | 1 | -1/+35 |
| | |||||
* | protect against double-hash references failing when a key is missing | Jamis Buck | 2008-03-10 | 1 | -6/+6 |
| | |||||
* | use an exception to indicate whether a channel request failed or not, rather ↵ | Jamis Buck | 2007-08-16 | 1 | -1/+1 |
| | | | | | | than return value git-svn-id: http://svn.jamisbuck.org/net-ssh/branches/v2@189 1d2a57f2-1ded-0310-ad52-83097a15a5de | ||||
* | connection session tests | Jamis Buck | 2007-08-15 | 1 | -0/+9 |
| | | | | git-svn-id: http://svn.jamisbuck.org/net-ssh/branches/v2@182 1d2a57f2-1ded-0310-ad52-83097a15a5de | ||||
* | host key verification | Jamis Buck | 2007-08-09 | 1 | -0/+37 |
| | | | | git-svn-id: http://svn.jamisbuck.org/net-ssh/branches/v2@138 1d2a57f2-1ded-0310-ad52-83097a15a5de | ||||
* | basic connection protocol support | Jamis Buck | 2007-07-25 | 1 | -0/+2 |
| | | | | git-svn-id: http://svn.jamisbuck.org/net-ssh/branches/v2@120 1d2a57f2-1ded-0310-ad52-83097a15a5de | ||||
* | buffer writes, rather than sending immediately | Jamis Buck | 2007-07-24 | 1 | -0/+2 |
| | | | | git-svn-id: http://svn.jamisbuck.org/net-ssh/branches/v2@119 1d2a57f2-1ded-0310-ad52-83097a15a5de | ||||
* | Add v2 branch | Jamis Buck | 2007-07-24 | 1 | -0/+3 |
git-svn-id: http://svn.jamisbuck.org/net-ssh/branches/v2@117 1d2a57f2-1ded-0310-ad52-83097a15a5de |