Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-14 | ssh: T4353: fix Jinja2 linting errors | Christian Poessinger | |
2022-04-11 | ssh: T4333: migrate to new vyos_defined Jinja2 test | Christian Poessinger | |
2022-01-25 | sshd: T4205: Hide extra version suffix "Debian" | Viacheslav Hletenko | |
Disable distribution-specified extra version suffix is included during initial protocol handshake SSH-2.0-OpenSSH_8.4p1 Debian-5 => SSH-2.0-OpenSSH_8.4p1 | |||
2021-01-13 | ssh: T3212: do not make /run/sshd directory disappear on failure | Christian Poessinger | |
2021-01-07 | ssh: T2635: harden Jinja2 template and daemon startup | Christian Poessinger | |
2021-01-07 | ssh: T2635: change sshd_config path to /run/sshd | Christian Poessinger | |
2020-08-31 | T2636: remove workarounds for get_config_dict() | Christian Poessinger | |
Now that b40c52682a256 ("config: T2636: get_config_dict() returns a list on multi node by default") is implemented the workarounds can be removed. | |||
2020-07-07 | ssh: T2691: bugfix loglevel config migration | Christian Poessinger | |
When migrating the conf from VyOS 1.2 to 1.3 a configuration error could appear if the user specified "info" as loglevel instead of "INFO". There was no input validation done in 1.2 but this is now enforced in 1.3. In VyOS 1.3 loglevel will be always lowercase on the CLI and when migrating the config this is transformed. Also VyOS 1.2 accpeted any arbitrary loglevel. If an invalid loglevel is found it will be set to info. | |||
2020-06-26 | ssh: T2642: bugfix on multiple listen-address statements | Christian Poessinger | |
Commit 1d7f88b459d ("ssh: T2635: migrate to get_config_dict()") used a wrong loop iterator on the rendered ListenAddress statement. | |||
2020-06-23 | ssh: T2635: migrate to get_config_dict() | Christian Poessinger | |
Jinja template contains some workarounds like {% if port is string %}, this depends of the resolution of https://phabricator.vyos.net/T2636 | |||
2020-06-11 | ssh: T2321: add VRF support | Christian Poessinger | |
2020-05-29 | ssh: T2230: remove duplicated HostKey line | Christian Poessinger | |
2020-04-05 | ssh: T2230: move inlined templates to dedicated files | Christian Poessinger | |