Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ProxyCommand ssh openvpn.endlessm.com -W %h:%p ...@@ -13,7 +13,7 @@ ProxyCommand ssh openvpn.endlessm.com -W %h:%p
Host 172.31.*.* 10.*.*.* *.endlessm.com *.endlessm-sf.com endlessm.com Host 172.31.*.* 10.*.*.* *.endlessm.com *.endlessm-sf.com endlessm.com
User nimrod User nimrod
IdentityFile ~/.ssh/endless_ecdsa IdentityFile ~/Documents/Endless/endless_ecdsa
IdentityFile ~/.ssh/endless_rsa IdentityFile ~/Documents/Endless/endless_rsa
IdentityFile ~/.ssh/endless_us-west-2 IdentityFile ~/Documents/Endless/endless_us-west-2
IdentityFile ~/.ssh/endless_us-west-1 IdentityFile ~/Documents/Endless/endless_us-west-1
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
Host github.com Host github.com
User git User git
IdentityFile ~/.ssh/github_rsa IdentityFile ~/Documents/github_rsa
...@@ -22,6 +22,6 @@ Host cgit.shore.co.il ...@@ -22,6 +22,6 @@ Host cgit.shore.co.il
HostName host01.shore.co.il HostName host01.shore.co.il
Host *.shore.co.il 192.168.3.* Host *.shore.co.il 192.168.3.*
IdentityFile ~/.ssh/shore_ecdsa IdentityFile ~/Documents/Shore/shore_ecdsa
IdentityFile ~/.ssh/shore_rsa IdentityFile ~/Documents/Shore/shore_rsa
User nimrod User nimrod
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment