You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am trying to configure ssh using system-manager and can't seem to find where you put it. I have tried under config, evironment, etc, and systemd.services. Since ssh stores its config under /etc/ssh/sshd_config I assume its supported.
To Reproduce
Steps to reproduce the behavior:
Put anywhere in the config services.sshd.enable = true;
Expected behavior
Enables an open ssh server.
System information
Ubuntu 24.04 - fresh install
Additional context
I would like to use it to replace old versions of ssh on legacy systems then set the ssh config. I am only testing this on Ubuntu now though.
The text was updated successfully, but these errors were encountered:
Describe the bug
I am trying to configure ssh using system-manager and can't seem to find where you put it. I have tried under config, evironment, etc, and systemd.services. Since ssh stores its config under /etc/ssh/sshd_config I assume its supported.
To Reproduce
Steps to reproduce the behavior:
Put anywhere in the config
services.sshd.enable = true;
Expected behavior
Enables an open ssh server.
System information
Ubuntu 24.04 - fresh install
Additional context
I would like to use it to replace old versions of ssh on legacy systems then set the ssh config. I am only testing this on Ubuntu now though.
The text was updated successfully, but these errors were encountered: