X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/4015511f94a3f57087468e263f63e47d375ac8dd..d471ad20f9fd4afae058af4cd73ea747a79f5cc2:/ssh/config diff --git a/ssh/config b/ssh/config index 06590cf..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 @@ -20,3 +27,4 @@ ControlPersist 1h ServerAliveInterval 30 ServerAliveCountMax 4 AddKeysToAgent yes +SendEnv LANG LC_*