From 499381b465bd7c3e0f767f34f2bfe0873d01a56b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 16 Jul 2021 08:40:37 +0200 Subject: ~john/.ssh/config: Use IP addresses instead of domain names --- home/john/.ssh/config | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/home/john/.ssh/config b/home/john/.ssh/config index 75482ed..98f5f30 100644 --- a/home/john/.ssh/config +++ b/home/john/.ssh/config @@ -1,9 +1,13 @@ AddKeysToAgent yes Host r -HostName ankarstrom.se +HostName 172.105.86.7 User root Host j -HostName ankarstrom.se +HostName 172.105.86.7 User john + +Host p +HostName 71.19.150.220 +User root -- cgit v1.2.3