Update ssh key name
This commit is contained in:
parent
64740d8587
commit
28c8b1b3c4
@ -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]
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user