# SSH client configuration for my personal use. # My remote backup server. Host pergamum Hostname pergamum.geah.org User liw-e4 IdentityFile ~/.ssh/pergamum.key # My home network from the outside. Host ext-valkama Hostname 62.78.212.250 User ansible # Random individual hosts. These are not tested by Subplot. Host liwphone Hostname 10.0.0.161 Port 2222 User me Host raspi User pi Hostname raspberrypi PasswordAuthentication yes Host *vm.liw.fi UserKnownHostsFile /dev/null StrictHostKeyChecking no Host effi.branchable.com User b-effi IdentityFile ~/.ssh/keypairs/id_rsa Host git.dns-api.com SendEnv !LC_* !LANG Host remy User root Hostname 10.0.0.79 Host atuin.liw.fi # ProxyJump pieni.net UserKnownHostsFile /dev/null StrictHostKeyChecking no Host 195.* *.vm.liw.fi v-i x220 toy UserKnownHostsFile /dev/null StrictHostKeyChecking accept-new CheckHostIp no