From a4b77d93b9047766c71f0147e08da58b468aabf6 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 19 Feb 2020 01:28:02 +0300 Subject: .ssh/config: tensin.vpn + /dev/null instead of known_hosts --- %HOME%/.ssh/config | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '%HOME%/.ssh/config') diff --git a/%HOME%/.ssh/config b/%HOME%/.ssh/config index 1fda757..4d12491 100644 --- a/%HOME%/.ssh/config +++ b/%HOME%/.ssh/config @@ -15,6 +15,10 @@ StrictHostKeyChecking no ServerAliveCountMax 3 ServerAliveInterval 15 +# Actually, scratch that. Don't use known_hosts at all, what is this even for? +# Kappa implied. +UserKnownHostsFile /dev/null + Include ~/.ssh/config_local Host bitbucket.org @@ -30,3 +34,9 @@ Host alt-github User git Hostname ssh.github.com Port 443 + +Host 64.225.107.220 tensin.vpn + HostName 64.225.107.220 + User algo + Port 110 + IdentityFile ~/.ssh/algo.pem -- cgit v1.2.3