gpt4 book ai didi

git - 为 git pull/push 包含 .pem

转载 作者:行者123 更新时间:2023-12-02 13:48:27 24 4
gpt4 key购买 nike

我在 Amazon EC2 上有一个 Git 服务器,为了pushpull 到它,我需要运行 ssh-add ~/.ssh/pem/Me.pem.有什么方法可以将这个 .pem 文件添加到 Git 配置中,这样我就不必每次都运行 ssh-add 了吗?我正在考虑一个与 ~/.ssh/config 类似的配置文件,它允许用户配置这样一个选项(IdentityFile ~/.ssh/pem/Me.pem)。

最佳答案

在发布后的灵感中,我将以下内容添加到 ~/.ssh/config:

Host someServer
Hostname 1.2.3.4
User ubuntu
IdentityFile ~/.ssh/pem/Me.pem

我只是简单地克隆了 Git 存储库:

git clone ssh://someServer/opt/git/someRepo.git

这具有根据需要包含 .pem 文件的极佳效果。

关于git - 为 git pull/push 包含 .pem,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19227642/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com