Allow SSH to be bound to specific IPs as opposed to interfaces.
Currently the SSH service can only be bound to an interface, which in turn means port 22 is reserved on all IP aliases on this interface.
If implemented, port 22 can be used on other IP aliases are bound to Apps that provide an ssh endpoint (for example GitLab or Forgejo).
Problem/Justification
Allow SSH to be bound to specific IPs as opposed to interfaces. Currently the SSH service can only be bound to an interface, which in turn means port 22 is reserved on all IP aliases on this interface. If implemented, port 22 can be used on other IP aliases are bound to Apps that provide an ssh endpoint (for example GitLab or Forgejo).