]> git.rmz.io Git - dotfiles.git/blob - ssh/config
bbab271f1c71a229c5c17392a59e8bc700363864
[dotfiles.git] / ssh / config
1 # vim: ft=sshconfig
2
3 Include private-config
4
5 Host rmz.io
6 ForwardAgent yes
7
8 Host deepthought
9 ForwardAgent yes
10
11 Host libreelec.lan
12 User root
13
14 Host wrt-*.lan
15 User root
16 HostKeyAlgorithms=+ssh-rsa
17
18 Host fpp-nuc
19 HostName localhost
20 Port 22223
21 ForwardAgent yes
22 ProxyJump rmz.io
23
24 Host *
25 ControlMaster auto
26 ControlPersist 1h
27 ServerAliveInterval 30
28 ServerAliveCountMax 4
29 AddKeysToAgent yes
30 SendEnv LANG LC_*