fix (roles): ssh config to be placed in ~/.shh
This commit is contained in:
@@ -5,11 +5,11 @@
|
|||||||
# They must to be copied manually ONLY to those hosts that need access to others
|
# 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
|
# Most of the home major LAN hosts should be accessible with this key
|
||||||
Match 192.168.0.0/24
|
Match Host 192.168.0.?
|
||||||
User max
|
User max
|
||||||
IdentityFile ~/.ssh/max_regular_key
|
IdentityFile ~/.ssh/max_regular_key
|
||||||
|
|
||||||
# This virtual network has the same hosts range
|
# This virtual network has the same hosts range
|
||||||
Match 10.9.2.0/24
|
Match Host 10.9.2.?
|
||||||
User max
|
User max
|
||||||
IdentityFile ~/.ssh/max_regular_key
|
IdentityFile ~/.ssh/max_regular_key
|
||||||
|
|||||||
Reference in New Issue
Block a user