X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/4015511f94a3f57087468e263f63e47d375ac8dd..refs/heads/master:/ssh/config?ds=inline diff --git a/ssh/config b/ssh/config index 06590cf..fad44db 100644 --- a/ssh/config +++ b/ssh/config @@ -5,9 +5,19 @@ Include private-config Host rmz.io ForwardAgent yes -Host deepthought +Host deepthought scotflix ForwardAgent yes +Host libreelec.lan +User root + +Host wrt-*.lan +User root +HostKeyAlgorithms=+ssh-rsa + +Host aur.archlinux.org +User aur + Host fpp-nuc HostName localhost Port 22223 @@ -20,3 +30,4 @@ ControlPersist 1h ServerAliveInterval 30 ServerAliveCountMax 4 AddKeysToAgent yes +SendEnv LANG LC_*