No more port 2278

This commit is contained in:
Geoffrey Frogeye 2024-05-18 17:05:56 +02:00
parent a95ae5f568
commit fe33f30bce
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -34,7 +34,6 @@ in
mkdir -p /root/.ssh
cat ${pkgs.writeText "root-ssh-config" (lib.strings.concatLines (builtins.map (builder: ''
Host ${builder.hostName}
Port 2278
ControlMaster auto
ControlPath ~/.ssh/master-%r@%n:%p
ControlPersist 60s