2025-11-10 10:49:25 -05:00
|
|
|
# https://serverfault.com/questions/295768/how-do-i-connect-to-ssh-with-a-different-public-key ➔
|
|
|
|
|
#
|
|
|
|
|
# Host Host2
|
|
|
|
|
# HostName <hostname_or_ip2>
|
|
|
|
|
# User differentusername
|
|
|
|
|
# IdentityFile ~/.ssh/identity_file2
|
|
|
|
|
|
2026-02-24 11:29:25 -05:00
|
|
|
Host weba
|
|
|
|
|
HostName 178.156.192.201
|
2026-02-24 12:12:33 -05:00
|
|
|
IdentityFile ~/.ssh/2024_id_rsa
|