]> git.rmz.io Git - dotfiles.git/blob - ssh/config
lazyvim: extract opts function into util/lazy
[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 aur.archlinux.org
19 User aur
20
21 Host fpp-nuc
22 HostName localhost
23 Port 22223
24 ForwardAgent yes
25 ProxyJump rmz.io
26
27 Host *
28 ControlMaster auto
29 ControlPersist 1h
30 ServerAliveInterval 30
31 ServerAliveCountMax 4
32 AddKeysToAgent yes
33 SendEnv LANG LC_*