我可以使用ssh密钥进行Azure git push部署吗?

时间:2015-05-01 18:57:41

标签: git azure azure-git-deployment

我创建了一个新的Azure AD帐户和一个Azure节点Web应用程序。我可以使用azure-cli登录,我可以使用git push deploy。

但是,每次我都希望能够使用ssh密钥进行身份验证时,不要输入密码。在azure门户设置面板中有一个管理证书部分,并且天蓝色CLI中有一个azure account cert export选项,但我不确定这些是否是我所做的。我正在寻找。

1 个答案:

答案 0 :(得分:2)

可以在本地保存您的git密码 (在Windows上,当使用msysgit时:)

git config --global credential.helper wincred

有关其他选项,请参阅Is there a way to skip password typing when using https:// on GitHub?