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