File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
qiita_pet/support_files/doc/source Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -260,14 +260,15 @@ destroy it.
260
260
261
261
To take advantage of this feature you need to:
262
262
263
- #. Prepare all the files you want to transfer in a single folder (or you can do this on
264
- multiple folders). Note that Qiita will only collect files with valid extensions; see the
263
+ #. Prepare all the files you want to transfer in a single folder (or you can transfer
264
+ multiple times from multiple folders into one study). Note that Qiita will only collect
265
+ files with valid extensions from the top level directory (no sub-directories); see the
265
266
top of the "Upload Files" page within your study for the latests list of valid extensions.
266
267
#. In your server (this needs to be run within your home directory in the server where you
267
268
store the files!), generate a new key by running:
268
269
`ssh-keygen -t rsa -C "ssh test key" -f ~/.ssh/qiita-key -P "" `. Here is where you are
269
270
creating that key to your storage-shed.
270
- #. Allow access using the new key to new connections (this also needs to be ran in the
271
+ #. Allow access using the new key to new connections (this also needs to be run in the
271
272
remote server): `cat ~/.ssh/qiita-key.pub >> ~/.ssh/authorized_keys `. This tells the
272
273
server that is OK to give access to the key created to your storage-shed; note that if
273
274
you want to completely stop that key to work you can open that file and remove the line
You can’t perform that action at this time.
0 commit comments