From: Samir Benmendil Date: Wed, 1 Feb 2023 00:13:54 +0000 (+0000) Subject: ssh: add libreelec and wrt* hosts X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/d471ad20f9fd4afae058af4cd73ea747a79f5cc2 ssh: add libreelec and wrt* hosts --- diff --git a/ssh/config b/ssh/config index 537b645..bbab271 100644 --- a/ssh/config +++ b/ssh/config @@ -8,6 +8,13 @@ ForwardAgent yes Host deepthought ForwardAgent yes +Host libreelec.lan +User root + +Host wrt-*.lan +User root +HostKeyAlgorithms=+ssh-rsa + Host fpp-nuc HostName localhost Port 22223