46 lines
891 B
Plaintext
46 lines
891 B
Plaintext
#Host eduardo-cueto.com
|
|
# HostName eduardo-cueto.com
|
|
# User deb-ser-adm
|
|
# IdentityFile ~/.ssh/id_admin
|
|
|
|
#Host bsd-talk.com
|
|
# IdentityFile ~/.ssh/id_server
|
|
|
|
#Host github.com
|
|
# IdentityFile ~/.ssh/id_gittest
|
|
|
|
Host unix-talk.com
|
|
IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
|
Port 22
|
|
|
|
#Host unix-talk.com
|
|
# IdentityFile ~/.ssh/id_nitro_1
|
|
# Port 33
|
|
|
|
#Host fd98:f0b:88f:10::1
|
|
# IdentityFile ~/.ssh/id_nitro_1
|
|
# Port 22
|
|
|
|
#Host 2a02:8084:d6be:1298::1
|
|
# IdentityFile ~/.ssh/id_openwrt
|
|
# Port 22
|
|
|
|
#Host unix-talk.com
|
|
#IdentityFile ~/.ssh/id_secure
|
|
|
|
#Host bsd-talk.com
|
|
#IdentityFile ~/.ssh/id_local_server_2
|
|
|
|
#Host 216.238.68.117
|
|
# IdentityFile ~/.ssh/id_admin
|
|
|
|
Host unix-talk.com
|
|
IdentitiesOnly yes
|
|
IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
|
Port 33
|
|
|
|
Host unix-talk.com
|
|
IdentitiesOnly yes
|
|
IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
|
Port 22
|