feat: update autossh config
This commit is contained in:
parent
3385709208
commit
884af65ed8
2 changed files with 5 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue