bootstrap.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:builder 作者: elifesciences 项目源码 文件源码
def upload_master_builder_key(key):
    private_key = "/root/.ssh/id_rsa"
    try:
        # NOTE: overwrites any existing master key on machine being updated
        operations.put(local_path=key, remote_path=private_key, use_sudo=True)
    finally:
        key.close()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号