]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-post-file: single command to upload a file to cephdrop
authorSage Weil <sage@inktank.com>
Sat, 17 Aug 2013 00:59:11 +0000 (17:59 -0700)
committerSage Weil <sage@inktank.com>
Wed, 28 Aug 2013 20:08:58 +0000 (13:08 -0700)
commit8a1da62d9564a32f7b8963fe298e1ac3ad0ea3d9
tree7607aad3c257f34602293d00996fa0e915bb68fe
parent3f8663477b585dcb528fdd7047c50d9a52d24b95
ceph-post-file: single command to upload a file to cephdrop

Use sftp to upload to a directory that only this user and ceph devs can
access.

Distribute an ssh key to connect to the account.  This will let us revoke
the key in the future if we feel the need.  Also distribute a known_hosts
file so that users have some confidence that they are connecting to the
real ceph drop account and not some third party.

Signed-off-by: Sage Weil <sage@inktank.com>
Reviewed-by: Dan Mick <dan.mick@inktank.com>
(cherry picked from commit d08e05e463f1f7106a1f719d81b849435790a3b9)
13 files changed:
Makefile.am
ceph.spec.in
debian/ceph-common.install
doc/man/8/ceph-debugpack.rst
doc/man/8/ceph-post-file.rst [new file with mode: 0644]
man/Makefile.am
man/ceph-post-file.8 [new file with mode: 0644]
share/id_dsa_drop.ceph.com [new file with mode: 0644]
share/id_dsa_drop.ceph.com.pub [new file with mode: 0644]
share/known_hosts_drop.ceph.com [new file with mode: 0644]
src/.gitignore
src/Makefile.am
src/ceph-post-file.in [new file with mode: 0755]