.dotfiles/ssh/.ssh/config

16 lines
204 B
Plaintext

Host tplink
HostName 192.168.1.1
User root
Host wyse
HostName 192.168.1.5
User root
Host podman
HostName 192.168.1.10
User root
Host *
IdentityFile ~/.ssh/id_yubico1_sk
IdentitiesOnly yes