dotfiles/ssh/config

16 lines
283 B
Plaintext

# vim: ft=sshconfig
Host localhost
ForwardAgent yes
AddKeysToAgent ask
Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye"
Host dns01
Hostname dns01.kreegerdo.me
User ansible
IdentityFile ~/.ssh/ansible.ed25519
Host kreegerdome-udm
Hostname 192.168.1.1
User bkreeger