Skip to content

Commit 651caf7

Browse files
committed
addressing @adswafford comments
1 parent 5a66d87 commit 651caf7

File tree

1 file changed

+4
-3
lines changed
  • qiita_pet/support_files/doc/source

1 file changed

+4
-3
lines changed

qiita_pet/support_files/doc/source/faq.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,14 +260,15 @@ destroy it.
260260

261261
To take advantage of this feature you need to:
262262

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
265266
top of the "Upload Files" page within your study for the latests list of valid extensions.
266267
#. In your server (this needs to be run within your home directory in the server where you
267268
store the files!), generate a new key by running:
268269
`ssh-keygen -t rsa -C "ssh test key" -f ~/.ssh/qiita-key -P ""`. Here is where you are
269270
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
271272
remote server): `cat ~/.ssh/qiita-key.pub >> ~/.ssh/authorized_keys`. This tells the
272273
server that is OK to give access to the key created to your storage-shed; note that if
273274
you want to completely stop that key to work you can open that file and remove the line

0 commit comments

Comments
 (0)