]> git.rmz.io Git - dotfiles.git/commitdiff
ssh: set root user for all wrt-*, include those in subdomains now
authorSamir Benmendil <me@rmz.io>
Sun, 7 Dec 2025 21:12:32 +0000 (21:12 +0000)
committerSamir Benmendil <me@rmz.io>
Sun, 7 Dec 2025 21:27:00 +0000 (21:27 +0000)
wrt-scot.edb.lan for example was not covered by the previous glob.

ssh/config

index fad44dbd5d5a3856c430a5bb4d52fc995c12602b..a0b56e46e84ea27a9b7cbc42e9296853e735cadb 100644 (file)
@@ -11,7 +11,7 @@ ForwardAgent yes
 Host libreelec.lan
 User root
 
 Host libreelec.lan
 User root
 
-Host wrt-*.lan
+Host wrt-*.lan wrt-*.*.lan
 User root
 HostKeyAlgorithms=+ssh-rsa
 
 User root
 HostKeyAlgorithms=+ssh-rsa