22 lines
314 B
Plaintext
22 lines
314 B
Plaintext
Host *
|
|
IdentitiesOnly=yes
|
|
|
|
# Raspbery Pi 3 B+
|
|
Host rpi
|
|
User user
|
|
HostName 192.168.1.50
|
|
ServerAliveInterval 59
|
|
|
|
# iiiypuk.me
|
|
Host kvm5
|
|
User alex
|
|
HostName 92.63.105.65
|
|
IdentityFile /home/user/.ssh/kvm5
|
|
ServerAliveInterval 59
|
|
|
|
# Gitea instance
|
|
Host git.a2s.su
|
|
User gitea
|
|
IdentityFile /home/user/.ssh/gitea
|
|
|