commit 90c64305f8c77ae37d588e4169d280aa60eff366 parent e1cc727f43b11bffdad0bfbfc3a659329e5693d2 Author: Mark Feller <mark@mfeller.io> Date: Wed, 28 Apr 2021 11:22:04 -0600 update ssh config Diffstat:
M | dots/.ssh/config | | | 9 | ++++++--- |
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/dots/.ssh/config b/dots/.ssh/config @@ -1,16 +1,19 @@ Host work - HostName work.margar.org + HostName 192.168.1.143 User mjf + Port 22 Host laptop - HostName laptop.margar.org + HostName 192.168.1.134 User mjf + Port 22 Host desktop - HostName desktop.margar.org + HostName 192.168.1.202 User mjf + Port 22 Host server