]> git.rmz.io Git - dotfiles.git/commitdiff
ssh: add libreelec and wrt* hosts
authorSamir Benmendil <me@rmz.io>
Wed, 1 Feb 2023 00:13:54 +0000 (00:13 +0000)
committerSamir Benmendil <me@rmz.io>
Wed, 1 Feb 2023 00:13:54 +0000 (00:13 +0000)
ssh/config

index 537b6454c61a536344b962ce8082084e15f940a6..bbab271f1c71a229c5c17392a59e8bc700363864 100644 (file)
@@ -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