11 lines
296 B
Plaintext
11 lines
296 B
Plaintext
# 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
|
|
|
|
Host quickSilver
|
|
HostName 46.62.245.126
|
|
IdentityFile ~/.ssh/251110_quickSystems
|