You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you're prompted to "Enter a file in which to save the key," press Enter.
64
77
This accepts the default file location. At the prompt, type a secure passphrase.
65
78
79
+
# How can I setup my `ssh-agent`?
80
+
81
+
your SSH agent typically hosts your SSH keypairs and serves them when
82
+
authenticating with an SSH server. So, ensuring your `ssh-agent` is setup
83
+
properly is important when connecting to us.
84
+
85
+
[Github has a great guide on this.](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent#adding-your-ssh-key-to-the-ssh-agent)
86
+
66
87
# How can I use `git` to sync my content?
67
88
68
89
All you need is your private key and
@@ -100,6 +121,11 @@ So until we reach 10TB per month, there are no bandwidth limitations.
100
121
Once we regularly reach our monthly allowance, we will have to re-evaluate our
101
122
pricing structure.
102
123
124
+
# How can I download a copy of all of my content?
125
+
126
+
We will provide users with their data if they request it via
0 commit comments