No more port 2278
This commit is contained in:
parent
a95ae5f568
commit
fe33f30bce
|
@ -34,7 +34,6 @@ in
|
||||||
mkdir -p /root/.ssh
|
mkdir -p /root/.ssh
|
||||||
cat ${pkgs.writeText "root-ssh-config" (lib.strings.concatLines (builtins.map (builder: ''
|
cat ${pkgs.writeText "root-ssh-config" (lib.strings.concatLines (builtins.map (builder: ''
|
||||||
Host ${builder.hostName}
|
Host ${builder.hostName}
|
||||||
Port 2278
|
|
||||||
ControlMaster auto
|
ControlMaster auto
|
||||||
ControlPath ~/.ssh/master-%r@%n:%p
|
ControlPath ~/.ssh/master-%r@%n:%p
|
||||||
ControlPersist 60s
|
ControlPersist 60s
|
||||||
|
|
Loading…
Reference in a new issue