16 lines
472 B
Plaintext
16 lines
472 B
Plaintext
# PUT NEW BLOCKS STRICTLY BEFORE ANY MATCH BLOCK
|
|
|
|
|
|
# Private keys are NOT distributed via Ansible
|
|
# They must to be copied manually ONLY to those hosts that need access to others
|
|
|
|
# Most of the home major LAN hosts should be accessible with this key
|
|
Match Host 192.168.0.?
|
|
User max
|
|
IdentityFile ~/.ssh/max_regular_key
|
|
|
|
# This virtual network has the same hosts range
|
|
Match Host 10.9.2.?
|
|
User max
|
|
IdentityFile ~/.ssh/max_regular_key
|