]> git.rmz.io Git - dotfiles.git/blobdiff - ssh/config
vim: do not set pastetoggle in nvim
[dotfiles.git] / ssh / config
index 06590cff70c3fe1904140b7df29fd88338234b52..fad44dbd5d5a3856c430a5bb4d52fc995c12602b 100644 (file)
@@ -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_*