]> git.rmz.io Git - dotfiles.git/blob - ssh/config
vim: fix clang_format
[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 uh-nuc01
12 HostName localhost
13 Port 22222
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