Set up SSH for new Kernighan
This commit is contained in:
parent
10cae7347a
commit
56ae99d891
|
@ -1,9 +1,15 @@
|
||||||
Host kernighan
|
Host kernighan_old
|
||||||
HostName 5.189.146.140
|
HostName 5.189.146.140
|
||||||
IdentityFile /home/tsv/.ssh/kernighan
|
IdentityFile /home/tsv/.ssh/kernighan
|
||||||
User tsv
|
User tsv
|
||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
|
|
||||||
|
Host kernighan
|
||||||
|
HostName 192.168.40.25
|
||||||
|
IdentityFile /home/tsv/.ssh/personal
|
||||||
|
User tsv
|
||||||
|
IdentitiesOnly yes
|
||||||
|
|
||||||
Host git.tsvallender.co.uk
|
Host git.tsvallender.co.uk
|
||||||
HostName git.tsvallender.co.uk
|
HostName git.tsvallender.co.uk
|
||||||
IdentityFile /home/tsv/.ssh/personal
|
IdentityFile /home/tsv/.ssh/personal
|
||||||
|
|
Loading…
Reference in New Issue