Commit 6cbc3b3f authored by nimrod's avatar nimrod
Browse files

Move the SSH to the Documents directory.

So Nextcloud will backup them up.
parent ed2d5a0e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -4,4 +4,4 @@

Host github.com
User git
IdentityFile ~/.ssh/github_rsa
IdentityFile ~/Documents/github_rsa
+2 −2
Original line number Diff line number Diff line
@@ -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