From 7184d3cf6c7068e31e3db5b550f7fc5998c45c78 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 7 Dec 2025 21:12:32 +0000 Subject: [PATCH] ssh: set root user for all wrt-*, include those in subdomains now wrt-scot.edb.lan for example was not covered by the previous glob. --- ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh/config b/ssh/config index fad44db..a0b56e4 100644 --- a/ssh/config +++ b/ssh/config @@ -11,7 +11,7 @@ ForwardAgent yes Host libreelec.lan User root -Host wrt-*.lan +Host wrt-*.lan wrt-*.*.lan User root HostKeyAlgorithms=+ssh-rsa -- 2.51.2