sshd_config: Add alias for hetznerstoragebox
This commit is contained in:
parent
6233641e07
commit
c6b7213f12
1 changed files with 7 additions and 0 deletions
|
@ -69,6 +69,13 @@ Host bbarchaide
|
||||||
HostName xj2jx027.repo.borgbase.com
|
HostName xj2jx027.repo.borgbase.com
|
||||||
User xj2jx027
|
User xj2jx027
|
||||||
IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
||||||
|
Host hetznerstoragebox
|
||||||
|
HostName u306305.your-storagebox.de
|
||||||
|
User u306305
|
||||||
|
Port 23
|
||||||
|
#PasswordAuthentication yes
|
||||||
|
# FIDO2
|
||||||
|
IdentityFile ~/.ssh/id_ed25519_sk_yk5nano
|
||||||
|
|
||||||
## Git services
|
## Git services
|
||||||
Host github.com
|
Host github.com
|
||||||
|
|
Loading…
Reference in a new issue