Update ssh key name

This commit is contained in:
Wiktor Zykubek 2024-11-21 19:32:05 +01:00
parent 3cb063f354
commit e258fc3367
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