# ######################################################### ### Provisioned ONCE by someone's ansible provisioner ### ######################################################### # Part of: https://git.somenet.org/root/pub/somesible.git # 2017-2024 by someone # Include ~/.ssh/config.local Host localhost l Port 2 IdentityFile ~/.ssh/id_localhost Host *.somenet.org Port 2 IdentityFile ~/.ssh/id_somenet ############ # DEFAULTS # ############ Host * ExitOnForwardFailure yes Compression yes HashKnownHosts no ServerAliveInterval 300 StrictHostKeyChecking no VisualHostKey no # try host/username or host.default IdentityFile ~/.ssh/id/%h._%r IdentityFile ~/.ssh/id/%h.default # on root, we also try this IdentityFile ~/.ssh/id_ed25519