Eclipse:如何使用密钥文件在ssh上克隆git?

use*_*529 7 eclipse git ssh key egit

嘿,我正在使用Eclipse(运行Ubuntu 10.10时),并希望连接到远程git.通常我会使用egit插件,但现在我需要通过ssh与keyfile连接.

不幸的是,egit没有"with keyfile"选项,有没有办法用我的密钥文件连接到我的存储库?是否有一种"隐藏"方式使Eclipse将参数(-i keyfile)传递给ssh或其他东西?

Jay*_*yen 4

http://wiki.eclipse.org/EGit/User_Guide/Remote - 我必须在“密钥管理”选项卡中手动加载现有密钥。