Hello everyone,
I’m a software developer and I noticed that the SSH add-on doesn’t allow you to configure anything except AllowTcpForwarding inside sshd_config
I think it would be useful to be able to configure other options as well, especially from a security standpoint.
My setup
- I run HA-OS inside a VM configured with a macvtap network interface.
- The host machine (RHEL-based OS) communicates with the VM trough a secondary private network, not exposed to the rest of the LAN (this is due to how macvtap works).
Example use case
Being able to set ListenAddress inside sshd_config would allow users to reduce the attack surface to a potential attacker that gained access to the LAN, binding SSHD only on the Host-VM interface.
Questions
- Has this ever been considered by the community?
- I’m willing to put in the work to implement it myself, if the community agrees with me this would be a welcome feature.
- I can’t find any tests being run on the SSH add-on. Are there any? I feel like I’m missing something.
Cheers!