Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-03 | ssh: config file is now volatile (moved to /run) | Christian Poessinger | |
2020-07-09 | ssh: loglevel is now lowercase | Christian Poessinger | |
2020-06-26 | ssh: add second test listening on multiple addresses and ports | Christian Poessinger | |
2020-06-23 | ssh: extend tests | Christian Poessinger | |
2020-02-26 | cli: remove superfluous imports (we never use Config()) | Christian Poessinger | |
Every test hat a Config() instance but it was never referenced. It has been introduced by simple means of copy/pasting the first nameserver test. | |||
2020-02-17 | ssh: clean out current configuration in setUp() | Christian Poessinger | |
2020-02-17 | ssh: add test for disable-password-authentication | Christian Poessinger | |
2020-02-17 | ssh: get_config_value() should return str not list | Christian Poessinger | |
2020-02-09 | ssh: add test for proper port and host validation | Christian Poessinger | |
2020-02-09 | ssh: add missing commit() | Christian Poessinger | |
2020-02-09 | ssh: basic test to see if SSH server launches | Christian Poessinger | |