From: Samir Benmendil Date: Sun, 7 Dec 2025 21:12:32 +0000 (+0000) Subject: ssh: set root user for all wrt-*, include those in subdomains now X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/7184d3cf6c7068e31e3db5b550f7fc5998c45c78 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. --- 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