]> git.rmz.io Git - dotfiles.git/blobdiff - ssh/config
ssh: add libreelec and wrt* hosts
[dotfiles.git] / ssh / config
index 06590cff70c3fe1904140b7df29fd88338234b52..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
@@ -20,3 +27,4 @@ ControlPersist 1h
 ServerAliveInterval 30
 ServerAliveCountMax 4
 AddKeysToAgent yes
+SendEnv LANG LC_*