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
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
......@@ -4,4 +4,4 @@
Host github.com
User git
IdentityFile ~/.ssh/github_rsa
IdentityFile ~/Documents/github_rsa
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment