diff options
author | Kefu Chai <tchaikov@gmail.com> | 2016-08-22 16:44:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-22 16:44:56 +0200 |
commit | 1a23c2ed71fe25cc66bdfa26746269f93f10253f (patch) | |
tree | 3b093e81b0687f810175d33faddbebdb7733ea18 /debian | |
parent | Merge pull request #10809 from SUSE/wip-17091 (diff) | |
parent | ceph-post-file: Ignore keys offered by ssh-agent (diff) | |
download | ceph-1a23c2ed71fe25cc66bdfa26746269f93f10253f.tar.xz ceph-1a23c2ed71fe25cc66bdfa26746269f93f10253f.zip |
Merge pull request #10800 from ceph/wip-postfile-rsa
ceph-post-file replace DSA with RSA ssh key
Reviewed-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/ceph-common.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/ceph-common.install b/debian/ceph-common.install index 2315d5c6535..9565372cb16 100644 --- a/debian/ceph-common.install +++ b/debian/ceph-common.install @@ -31,8 +31,8 @@ usr/share/man/man8/rbd.8 usr/share/man/man8/rbdmap.8 usr/share/man/man8/rbd-replay*.8 usr/share/ceph/known_hosts_drop.ceph.com -usr/share/ceph/id_dsa_drop.ceph.com -usr/share/ceph/id_dsa_drop.ceph.com.pub +usr/share/ceph/id_rsa_drop.ceph.com +usr/share/ceph/id_rsa_drop.ceph.com.pub etc/ceph/rbdmap lib/udev/rules.d/50-rbd.rules usr/lib/python*/dist-packages/ceph_argparse.py* |