]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-post-file: single command to upload a file to cephdrop 505/head
authorSage Weil <sage@inktank.com>
Sat, 17 Aug 2013 00:59:11 +0000 (17:59 -0700)
committerSage Weil <sage@inktank.com>
Sat, 17 Aug 2013 00:59:11 +0000 (17:59 -0700)
commitd08e05e463f1f7106a1f719d81b849435790a3b9
tree6e50bd0355a599d7b05059e978e979219795c941
parent37bf38f7e8b25414e17114c1f196a92b4e375ac7
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>
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]