dotfiles/.ssh/config

20 lines
275 B
Text
Raw Permalink Normal View History

2025-09-12 06:24:49 -05:00
Host *
IdentityAgent none
IdentitiesOnly yes
#Host *
# ForwardAgent yes
2026-03-06 05:30:26 -06:00
host 192.168.30.200
2026-01-06 15:40:54 -06:00
SetEnv TERM=xterm-256color
2026-03-11 06:18:47 -05:00
host 192.168.21.200
SetEnv TERM=xterm-256color
host 192.168.20.200
SetEnv TERM=xterm-256color
2026-01-06 15:40:54 -06:00
Host gitlab.durp.info
User git
Port 9022