Update ssh config
This commit is contained in:
parent
2f5879c4f1
commit
2f864f889d
@ -1,7 +1,7 @@
|
||||
[user]
|
||||
name = wzykubek
|
||||
email = wz-git@mailbox.org
|
||||
signingkey = ~/.ssh/id_yubico1_sk
|
||||
signingkey = ~/.ssh/id_ed25519_sk_rk
|
||||
[gpg]
|
||||
format = ssh
|
||||
[format]
|
||||
|
@ -6,10 +6,11 @@ Host wyse
|
||||
HostName 192.168.1.5
|
||||
User root
|
||||
|
||||
Host podman
|
||||
Host alma
|
||||
HostName 192.168.1.10
|
||||
User root
|
||||
User cloud
|
||||
Port 2222
|
||||
|
||||
Host *
|
||||
IdentityFile ~/.ssh/id_yubico1_sk
|
||||
IdentityFile ~/.ssh/id_ed25519_sk_rk
|
||||
IdentitiesOnly yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user