From 56ae99d891e75bf8460d82ae34f479be282f0254 Mon Sep 17 00:00:00 2001 From: Trevor Vallender Date: Thu, 6 Jul 2023 15:59:44 +0100 Subject: [PATCH] Set up SSH for new Kernighan --- users/tsv/ssh/config | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/users/tsv/ssh/config b/users/tsv/ssh/config index 6224778..37c5bce 100644 --- a/users/tsv/ssh/config +++ b/users/tsv/ssh/config @@ -1,9 +1,15 @@ -Host kernighan +Host kernighan_old HostName 5.189.146.140 IdentityFile /home/tsv/.ssh/kernighan User tsv IdentitiesOnly yes +Host kernighan + HostName 192.168.40.25 + IdentityFile /home/tsv/.ssh/personal + User tsv + IdentitiesOnly yes + Host git.tsvallender.co.uk HostName git.tsvallender.co.uk IdentityFile /home/tsv/.ssh/personal