feat: add port offset handling for auto SSH devices
This commit is contained in:
parent
2c1316a0a6
commit
3385709208
3 changed files with 34 additions and 9 deletions
|
|
@ -36,6 +36,7 @@ rec {
|
|||
sshUser = "root";
|
||||
key = secrets.byName.autossh_remote_proxy_key.path;
|
||||
known_hosts = secrets.byName.autossh_remote_proxy_known_hosts.path;
|
||||
portOffset = 10000;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue