dotfiles/.ssh/config
2026-03-11 06:18:47 -05:00

19 lines
275 B
Text

Host *
IdentityAgent none
IdentitiesOnly yes
#Host *
# ForwardAgent yes
host 192.168.30.200
SetEnv TERM=xterm-256color
host 192.168.21.200
SetEnv TERM=xterm-256color
host 192.168.20.200
SetEnv TERM=xterm-256color
Host gitlab.durp.info
User git
Port 9022