pub/config
2024-07-29 10:05:16 +00:00

22 lines
644 B
Plaintext

Host *.com
StrictHostKeyChecking no
User etoosamoe
ForwardAgent yes
IdentityFile /Users/username/.ssh/id_rsa
IdentitiesOnly yes
UserKnownHostsFile=/dev/null
UseKeychain yes
AddKeysToAgent yes
ServerAliveInterval 60
ServerAliveCountMax 1200
Host std-*
StrictHostKeyChecking no
User ci-user
ForwardAgent yes
IdentityFile /Users/username/.ssh/id_rsa_second
IdentitiesOnly yes
UserKnownHostsFile=/dev/null
UseKeychain yes
AddKeysToAgent yes
ServerAliveInterval 60
ServerAliveCountMax 1200