Commit 3e64629d authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Suppress localhost lookup in SSH

parent 3b260c67
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -30,6 +30,10 @@ Host !gw1.ext.kodo.org.uk *.net.kodo.org.uk 10.56.*
Host 192.168.* 10.* *.lan *.local localhost
	CheckHostIp no

# Suppress domain lookup for localhost
Host localhost
	Hostname localhost.


# === Connection Sharing ===
# Use connection sharing for any host that does not explicitly block it.