15 lines
229 B
Text
15 lines
229 B
Text
#vim: set ft=sshconfig
|
|
|
|
AddKeysToAgent yes
|
|
ServerAliveInterval 240
|
|
|
|
Include ~/.ssh/config_gitservers
|
|
Include ~/.ssh/config_tmv
|
|
Include ~/.ssh/config_rvfm
|
|
|
|
Host k3s
|
|
HostName kubernetes
|
|
|
|
Host r720 k3s
|
|
User root
|
|
ForwardAgent yes
|