NOTICKET: Setup SSH Key for another domain
This commit is contained in:
parent
aa6f799b2d
commit
5781d6e1e3
1 changed files with 6 additions and 0 deletions
|
@ -29,3 +29,9 @@ Host euph.email
|
||||||
IdentityFile ~/.ssh/admin-yubikey-secondary
|
IdentityFile ~/.ssh/admin-yubikey-secondary
|
||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
|
|
||||||
|
Host admin.euph.dev
|
||||||
|
User root
|
||||||
|
IdentityFile ~/.ssh/admin-yubikey-primary
|
||||||
|
IdentityFile ~/.ssh/admin-yubikey-secondary
|
||||||
|
IdentitiesOnly yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue