Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-13 | ssh: T3212: do not make /run/sshd directory disappear on failure | Christian Poessinger | |
2020-08-03 | ssh: T1076: make configuration volatile | Christian Poessinger | |
Move sshd_config file to /run so it must be generated on every boot and is not stored accidently. | |||
2020-07-04 | ssh: vrf: T2682: support restart on failure indefinitely | Christian Poessinger | |
Linux tries to bind sshd to the VRF but it is yet not ready - for any arbitrary reason. After restarting SSH to often (rate-limiting) it is blocked by systemd. Using Restart/RestartSec is not enough - systemd services use start rate limiting (enabled by default). If service is started more than StartLimitBurst times in StartLimitIntervalSec seconds is it not permitted to start any more. Parameters are inherited from DefaultStartLimitIntervalSec (default 10s) and DefaultStartLimitBurst (default 5). | |||
2020-07-04 | ssh: T2682: simplify VRF binding | Christian Poessinger | |
2020-06-11 | ssh: T2321: add VRF support | Christian Poessinger | |