From cc68a1f86306e493b41123fd872454aedd1d9c37 Mon Sep 17 00:00:00 2001 From: Maxim Vershinin Date: Wed, 2 Sep 2026 19:08:46 +0500 Subject: [PATCH] fix (roles): ssh config to be placed in ~/.shh --- roles/human_admin_user/files/ssh_config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/human_admin_user/files/ssh_config b/roles/human_admin_user/files/ssh_config index 3ae4992..67fefc2 100644 --- a/roles/human_admin_user/files/ssh_config +++ b/roles/human_admin_user/files/ssh_config @@ -5,11 +5,11 @@ # 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 192.168.0.0/24 +Match Host 192.168.0.? User max IdentityFile ~/.ssh/max_regular_key # This virtual network has the same hosts range -Match 10.9.2.0/24 +Match Host 10.9.2.? User max IdentityFile ~/.ssh/max_regular_key