Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement custom IPublicKeyManager provider | James Moger | 2014-07-03 | 1 | -0/+2 |
* | Unit tests for ssh daemon and keys dispatcher | James Moger | 2014-04-10 | 1 | -2/+2 |
* | Support specifying permission levels for SSH public keys | James Moger | 2014-04-10 | 1 | -16/+32 |
* | Preserve key index when re-adding an existing key | James Moger | 2014-04-10 | 1 | -5/+11 |
* | Handle ssh keys as objects, not strings, and improve the ls and rm key commands | James Moger | 2014-04-10 | 1 | -17/+11 |
* | Elevate the public key manager to a top-level manager | James Moger | 2014-04-10 | 1 | -2/+3 |
* | Move cache to IKeyManager and implement isStale() in FileKeyManager | James Moger | 2014-04-10 | 1 | -7/+45 |
* | Disregard comment/description for add/remove in FileKeyManager | James Moger | 2014-04-10 | 1 | -26/+78 |
* | Fix deleteAllKeys method signature | James Moger | 2014-04-10 | 1 | -1/+1 |
* | Add set account SSH command | David Ostrovsky | 2014-04-10 | 1 | -1/+7 |
* | Extract key manager interface and implement a file-based key manager | James Moger | 2014-04-10 | 1 | -0/+154 |