Set up SSH for new Kernighan

This commit is contained in:
Trevor Vallender 2023-07-06 15:59:44 +01:00
parent 10cae7347a
commit 56ae99d891
1 changed files with 7 additions and 1 deletions

View File

@ -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