dotfiles/.ssh/config
2026-03-06 05:30:26 -06:00

13 lines
175 B
Text

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