Update ssh key name

This commit is contained in:
wzykubek 2024-11-21 19:32:05 +01:00
parent 64740d8587
commit 28c8b1b3c4
No known key found for this signature in database
2 changed files with 11 additions and 6 deletions

View File

@ -1,7 +1,7 @@
[user]
name = wzykubek
email = wz-git@mailbox.org
signingkey = ~/.ssh/id_rsa
signingkey = ~/.ssh/id_yubico1_sk
[gpg]
format = ssh
[format]

View File

@ -1,10 +1,15 @@
Host tplink
HostName 192.168.1.1
User root
HostName 192.168.1.1
User root
Host wyse
HostName 192.168.1.5
User root
HostName 192.168.1.5
User root
Host podman
HostName 192.168.1.10
User root
Host *
IdentityFile ~/.ssh/id_rsa
IdentityFile ~/.ssh/id_yubico1_sk
IdentitiesOnly yes