Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 6.3.0.beta1 release | Miklós Fazekas | 2021-08-10 | 1 | -0/+1 |
| | |||||
* | CHangelog, ignore vedor from rubocopmfazekas/cert-base-auth | Miklós Fazekas | 2021-08-06 | 1 | -0/+5 |
| | |||||
* | fix typo | Shivam Jain | 2020-11-24 | 1 | -1/+1 |
| | |||||
* | 6.2.0 rc1 | Miklos Fazekas | 2020-06-30 | 1 | -1/+3 |
| | |||||
* | 6.2.0.beta1 preparev6.2.0.beta1 | Miklos Fazekas | 2020-06-11 | 1 | -0/+5 |
| | |||||
* | Fix a typo in the changes file | Tim Smith | 2020-06-10 | 1 | -2/+2 |
| | | | Minor typo fix | ||||
* | 6.1 release preparev6.1.0v6.1 | Miklos Fazekas | 2020-05-28 | 1 | -0/+1 |
| | |||||
* | Let use Etc.getpwuid.name() instead of Etc.getlogin to adapt default ↵ | Itsuki Noda | 2020-05-01 | 1 | -0/+5 |
| | | | | | | behavior of ssh. related issue: #749. | ||||
* | 6.1.0.rc1v6.1.0.rc1 | Miklos Fazekas | 2020-04-25 | 1 | -0/+18 |
| | |||||
* | Revert "Make hmac-sha2-{256,512}-etm opt-in"revert-757-opt-in-etm-hmac | Miklós Fazekas | 2020-04-25 | 1 | -10/+1 |
| | |||||
* | Make hmac-md5-96 hmac-sha2-512-etm@openssh.com hmac-sha2-256-etm@openssh.com ↵ | Miklos Fazekas | 2020-04-24 | 1 | -1/+10 |
| | | | | opt in instead of default because of the currpoted hmac issue | ||||
* | Fix spelling | Anders Carling | 2020-01-19 | 1 | -1/+1 |
| | |||||
* | 6.0.0 beta2 prepare | Miklós Fazekas | 2020-01-19 | 1 | -0/+4 |
| | |||||
* | 6.0.0 beta1 prepare | Miklos Fazekas | 2019-10-25 | 1 | -0/+7 |
| | |||||
* | Remove translated globals and only set check_host_ip if not already set | Miklos Fazekas | 2019-03-07 | 1 | -0/+5 |
| | |||||
* | Read check host ip from config if present | Miklos Fazekas | 2019-03-06 | 1 | -0/+4 |
| | |||||
* | 5.2.0.rc1 prepare | Miklos Fazekas | 2019-03-02 | 1 | -1/+3 |
| | |||||
* | check_host_ip defaults to true, fixed verfier init | Miklos Fazekas | 2019-03-02 | 1 | -0/+5 |
| | |||||
* | Encrypted openssh keys were not asked for passphrase | Miklos Fazekas | 2019-02-10 | 1 | -1/+1 |
| | |||||
* | Prepare 5.1.0.rc1 release | Miklos Fazekas | 2018-12-12 | 1 | -0/+8 |
| | |||||
* | Update CHANGES.txt | Miklós Fazekas | 2018-06-28 | 1 | -1/+1 |
| | |||||
* | add 5.1.2 to the changelog | Corey Farwell | 2018-06-27 | 1 | -0/+4 |
| | |||||
* | 5.0.1 preparev5.0.1 | Miklos Fazekas | 2018-06-03 | 1 | -1/+5 |
| | |||||
* | RC2 preparev5.0.0.rc2 | Miklos Fazekas | 2018-05-30 | 1 | -2/+12 |
| | |||||
* | 5.0.0.rc1 preparev5.0.0.rc1 | Miklos Fazekas | 2018-05-24 | 1 | -1/+4 |
| | |||||
* | FingerprintHash SHA256|MD5 | Miklos Fazekas | 2018-03-22 | 1 | -0/+1 |
| | |||||
* | hmac instead of mac, confusing in networking environment | Flühmann Tobias, INI-ON-NTO-COY-NNI | 2018-03-22 | 1 | -0/+1 |
| | |||||
* | Whitespace fixeswhitespace-fixes | Miklos Fazekas | 2018-03-21 | 1 | -0/+6 |
| | |||||
* | Handle ProxyCommand child in case of timeout and exception | Dima | 2018-03-04 | 1 | -0/+1 |
| | |||||
* | Merge pull request #547 from vacuum-car/master | Miklós Fazekas | 2018-02-06 | 1 | -1/+1 |
|\ | | | | | fix typo: Unkown => Unknown | ||||
| * | fix typo: Unkown => Unknown | vacuum-car | 2017-09-19 | 1 | -1/+1 |
| | | |||||
* | | Update CHANGES | Miklos Fazekas | 2018-02-06 | 1 | -0/+2 |
| | | |||||
* | | Bump major version, and remove old ruby versions | Miklos Fazekas | 2018-01-02 | 1 | -0/+5 |
|/ | |||||
* | 4.2.0.rc2 prepare | Miklos Fazekas | 2017-07-19 | 1 | -0/+5 |
| | |||||
* | 4.2.0.rc1 prepare | Miklos Fazekas | 2017-07-11 | 1 | -3/+9 |
| | |||||
* | Rename :paranoid to :verify_host_key | Jared Beck | 2017-06-08 | 1 | -0/+4 |
| | | | | | | | | | | | | | The words we choose matter. By using the word "paranoid", we make fun of people who care about security. Instead, we should encourage security in our community, or at least use a neutral term. In this patch, we choose the neutral wording that is used by the SSH manual page: > the server must be able to verify the client's host key > (see the description of /etc/ssh/ssh_known_hosts and > ~/.ssh/known_hosts, below) for login to be permitted. | ||||
* | 4.1.0 final buildv4.1.0 | Miklos Fazekas | 2017-02-18 | 1 | -0/+1 |
| | |||||
* | 4.1.0.rc1 prepare | Miklos Fazekas | 2017-02-15 | 1 | -0/+5 |
| | |||||
* | Fixes nil when error is not a Gem::LoadError, and handle LoadError | Jonathan Chapman | 2017-01-18 | 1 | -0/+1 |
| | |||||
* | Added integation test for cert client auth | Miklos Fazekas | 2017-01-11 | 1 | -0/+4 |
| | |||||
* | 4.0.1 rel preparev4.0.1 | Miklos Fazekas | 2017-01-07 | 1 | -0/+1 |
| | |||||
* | 4.0.1.rc2 prepare | Miklos Fazekas | 2017-01-03 | 1 | -0/+4 |
| | |||||
* | 4.0.1.rc1 prepare | Miklos Fazekas | 2017-01-01 | 1 | -0/+7 |
| | |||||
* | rc3 preparev4.0.0.rc3 | Miklos Fazekas | 2016-12-22 | 1 | -0/+4 |
| | |||||
* | Fix OpenSSL 2 deprecation warnings | Miklos Fazekas | 2016-12-15 | 1 | -0/+1 |
| | |||||
* | rc2 prepare and gemfile update | Miklos Fazekas | 2016-12-15 | 1 | -0/+1 |
| | |||||
* | Added ssh-ed25519 to HostKeys algorithms | Miklos Fazekas | 2016-12-11 | 1 | -0/+4 |
| | |||||
* | #357 as a special case, ignore nil :password options, to avoid breaking ↵ | Will Bryant | 2016-11-28 | 1 | -0/+5 |
| | | | | capistrano v2. | ||||
* | Added .exitstatus to exec! return value | Miklos Fazekas | 2016-11-25 | 1 | -0/+1 |
| | |||||
* | When we have an exec and server closes transports just afer sucessfull ↵ | Miklos Fazekas | 2016-11-25 | 1 | -1/+2 |
| | | | | response to exec then we should not raise from the exec |