如何让Aptana Studio记住git ssh密码 [英] How to get Aptana Studio to remember git ssh password

查看:142
本文介绍了如何让Aptana Studio记住git ssh密码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我找不到任何关于如何让Aptana Studio的内置git支持记住执行推/拉操作的ssh密码的指南/信息。



有人有任何想法吗?在Linux上我有我的ssh配置文件(〜/ .ssh / config),如下所示 / p>

 主机github.com 
用户MyUsername
IdentityFile = / home / MyUsername / .ssh / MySshKey`

如果您有密码的密码,您需要ssh-agent或其他应用程序之类的东西您只需要输入一次您的密码。


I can't find any guides/information on how to get Aptana Studio's built-in git support to remember the ssh password for performing push/pull operations.

Does anybody have any ideas?

解决方案

On Linux I have my ssh config file ( ~/.ssh/config ) as follows

Host github.com
    User MyUsername
    IdentityFile=/home/MyUsername/.ssh/MySshKey`

If you have a key with a password, you'll need something like ssh-agent or other app so you only have to enter your key password one time.

这篇关于如何让Aptana Studio记住git ssh密码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆