Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix SshKeysDispatcher test failing on Windows | Florian Zschocke | 2016-12-06 | 1 | -7/+7 |
| | | | | | | | | | The `SshKeysDispatcher` tests that use the keys list command are failing on Windows because they assume a Unix line ending after each key. But the command will use a system line ending. So this fix uses system line endings in the reference string for the assert, too. In addition, two `assertTrue(false)ยด are replaced with a proper `fail`. | ||||
* | Prevent adding empty or invalid SSH public keys | James Moger | 2014-04-25 | 1 | -0/+14 |
| | |||||
* | Add ssh command to update the permission for an SSH key | James Moger | 2014-04-14 | 1 | -0/+16 |
| | |||||
* | Unit tests for ssh daemon and keys dispatcher | James Moger | 2014-04-10 | 1 | -0/+115 |