feat: update autossh config

This commit is contained in:
Katharina Heidenreich 2026-04-04 21:46:26 +02:00
parent 3385709208
commit 884af65ed8
2 changed files with 5 additions and 4 deletions

View file

@ -33,7 +33,7 @@ rec {
auto_ssh = {
enable = true;
sshPort = 22;
sshUser = "root";
sshUser = "autossh-incoming";
key = secrets.byName.autossh_remote_proxy_key.path;
known_hosts = secrets.byName.autossh_remote_proxy_known_hosts.path;
portOffset = 10000;