]> git.rmz.io Git - dotfiles.git/blob - ssh/config
qutebrowser: add annotation support in config file
[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 radiolynx
25 HostName 10.0.4.9
26 ForwardAgent yes
27 ProxyJump fpp-nuc
28
29 Host dirac
30 HostName 10.100.4.25
31 ForwardAgent yes
32 ProxyJump fpp-nuc
33
34 Host *
35 ControlMaster auto
36 ControlPersist 1h
37 ServerAliveInterval 30
38 ServerAliveCountMax 4
39 AddKeysToAgent yes
40 SendEnv LANG LC_*