]> git.rmz.io Git - dotfiles.git/blob - ssh/config
mutt: support ical events with a single attendee
[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 fpp-nuc
12 HostName localhost
13 Port 22223
14 ForwardAgent yes
15 ProxyJump rmz.io
16
17 Host *
18 ControlMaster auto
19 ControlPersist 1h
20 ServerAliveInterval 30
21 ServerAliveCountMax 4
22 AddKeysToAgent yes
23 SendEnv LANG LC_*