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] [user]
name = wzykubek name = wzykubek
email = wz-git@mailbox.org email = wz-git@mailbox.org
signingkey = ~/.ssh/id_rsa signingkey = ~/.ssh/id_yubico1_sk
[gpg] [gpg]
format = ssh format = ssh
[format] [format]

View File

@ -6,5 +6,10 @@ Host wyse
HostName 192.168.1.5 HostName 192.168.1.5
User root User root
Host podman
HostName 192.168.1.10
User root
Host * Host *
IdentityFile ~/.ssh/id_rsa IdentityFile ~/.ssh/id_yubico1_sk
IdentitiesOnly yes