From 90b1592e3b270d37ee6a29ad08ee1ede61edbc15 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 7 Dec 2021 12:22:51 +0200
Subject: [PATCH] Smile SSH config update.

Add the IP range of the management VPC.
---
 .ssh/config.d/20_smile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ssh/config.d/20_smile b/.ssh/config.d/20_smile
index 755c2c8..c8b44da 100644
--- a/.ssh/config.d/20_smile
+++ b/.ssh/config.d/20_smile
@@ -2,7 +2,7 @@
 # vim:ft=sshconfig
 # shore.co.il infrastructure
 
-Host *.smile.io 10.0.*.* 10.2.*.*
+Host *.smile.io 10.0.*.* 10.2.*.* 10.10.*.*
 IdentityFile ~/.ssh/smile_ed25519
 IdentityFile ~/.ssh/smile_rsa
 IdentityFile ~/.ssh/smile_sre_shared_rsa
-- 
GitLab