Add MRSK user to SSH config

This commit is contained in:
Trevor Vallender 2023-06-23 13:31:05 +01:00
parent 4ece99aeff
commit 6386d8e081
1 changed files with 6 additions and 0 deletions

View File

@ -27,3 +27,9 @@ Host obs
IdentityFile /home/tsv/.ssh/foxsoft IdentityFile /home/tsv/.ssh/foxsoft
IdentitiesOnly yes IdentitiesOnly yes
Host plan.foxsoft.net
User mrsk
HostName plan.foxsoft.net
IdentityFile /home/tsv/.ssh/mrsk_foxsoft
IdentitiesOnly yes