Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extract authenticate method from CachingPublicKeyAuthenticator | David Ostrovsky | 2014-09-26 | 1 | -112/+0 |
* | [findbugs] Simplify the SshKey <-> PublicKey comparison | James Moger | 2014-04-17 | 1 | -1/+1 |
* | Update headers | James Moger | 2014-04-13 | 1 | -2/+1 |
* | Unit tests for ssh daemon and keys dispatcher | James Moger | 2014-04-10 | 1 | -15/+12 |
* | Track the SSH public key used for a session and add a `keys which` command | James Moger | 2014-04-10 | 1 | -0/+1 |
* | Handle ssh keys as objects, not strings, and improve the ls and rm key commands | James Moger | 2014-04-10 | 1 | -2/+2 |
* | doAuthenticate() method doesn't need to be protected | David Ostrovsky | 2014-04-10 | 1 | -3/+2 |
* | Elevate the public key manager to a top-level manager | James Moger | 2014-04-10 | 1 | -8/+7 |
* | Add SSH daemon test | David Ostrovsky | 2014-04-10 | 1 | -1/+1 |
* | Prevent double authentication for the same public key | David Ostrovsky | 2014-04-10 | 1 | -0/+117 |