From 6cbc3b3f0dcd68048355e897a4e3c341f9900b58 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 9 Jul 2020 23:55:03 +0300
Subject: [PATCH] Move the SSH to the Documents directory.

So Nextcloud will backup them up.
---
 .ssh/config.d/20_endless | 8 ++++----
 .ssh/config.d/20_github  | 2 +-
 .ssh/config.d/20_shore   | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.ssh/config.d/20_endless b/.ssh/config.d/20_endless
index 47a9681..9b53181 100644
--- a/.ssh/config.d/20_endless
+++ b/.ssh/config.d/20_endless
@@ -13,7 +13,7 @@ ProxyCommand ssh openvpn.endlessm.com -W %h:%p
 
 Host 172.31.*.* 10.*.*.* *.endlessm.com *.endlessm-sf.com endlessm.com
 User nimrod
-IdentityFile ~/.ssh/endless_ecdsa
-IdentityFile ~/.ssh/endless_rsa
-IdentityFile ~/.ssh/endless_us-west-2
-IdentityFile ~/.ssh/endless_us-west-1
+IdentityFile ~/Documents/Endless/endless_ecdsa
+IdentityFile ~/Documents/Endless/endless_rsa
+IdentityFile ~/Documents/Endless/endless_us-west-2
+IdentityFile ~/Documents/Endless/endless_us-west-1
diff --git a/.ssh/config.d/20_github b/.ssh/config.d/20_github
index d6f9e06..3b5a103 100644
--- a/.ssh/config.d/20_github
+++ b/.ssh/config.d/20_github
@@ -4,4 +4,4 @@
 
 Host github.com
 User git
-IdentityFile ~/.ssh/github_rsa
+IdentityFile ~/Documents/github_rsa
diff --git a/.ssh/config.d/20_shore b/.ssh/config.d/20_shore
index db564b3..d5e3fc8 100644
--- a/.ssh/config.d/20_shore
+++ b/.ssh/config.d/20_shore
@@ -22,6 +22,6 @@ Host cgit.shore.co.il
 HostName host01.shore.co.il
 
 Host *.shore.co.il 192.168.3.*
-IdentityFile ~/.ssh/shore_ecdsa
-IdentityFile ~/.ssh/shore_rsa
+IdentityFile ~/Documents/Shore/shore_ecdsa
+IdentityFile ~/Documents/Shore/shore_rsa
 User nimrod
-- 
GitLab