This repository has been archived on 2024-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
setup/roles/system/files/ssh_config
2023-05-03 23:56:33 +02:00

30 lines
442 B
Text

AddKeysToAgent yes
Host brussels
HostName 145.100.104.43
User root
Host github.com
HostName github.com
User pizzapim
IdentitiesOnly yes
Host max
HostName max.dmz
User root
Host lewis
HostName lewis.hyp
User root
Host hermes
HostName hermes.dmz
User root
Host atlas
HostName atlas.hyp
User root
# Default user
Host *
User root