X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/903201832956f881110097e79f70658c99046106..1a7331f5d1898ca1e0e3c86f0a84d982098fcfd1:/ssh/config diff --git a/ssh/config b/ssh/config index 580aac1..0760e5e 100644 --- a/ssh/config +++ b/ssh/config @@ -8,9 +8,19 @@ ForwardAgent yes Host deepthought ForwardAgent yes -Host uh-nuc01 +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 22222 +Port 22223 ForwardAgent yes ProxyJump rmz.io @@ -20,3 +30,4 @@ ControlPersist 1h ServerAliveInterval 30 ServerAliveCountMax 4 AddKeysToAgent yes +SendEnv LANG LC_*