如何在openstack中为用户设置默认密钥对?
我正在使用jenkins和jclouds插件,它不支持密钥对选择。 jclouds文档说:
injection of an SSH key from the JClouds is not working (but working for the registered user's default key)
我在openstack文档中找不到有关为用户设置默认密钥对的任何内容。
答案 0 :(得分:1)
AFAIK在OpenStack中没有用户的默认密钥对。
但是,jclouds Jenkins Plugin doc读取
填写配置选项 ... RSA私钥/公钥:如果您有密钥对,则只需复制粘贴公钥和私钥部分,否则单击
Generate Key Pair
按钮。
似乎这可能适合你。