dotfiles/.ssh/config

14 lines
175 B
Text
Raw 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
Host gitlab.durp.info
User git
Port 9022