Use RSA with Eclipse Remote Systems Explorer?

穿精又带淫゛_ 提交于 2020-01-02 00:51:08

问题


I'm using the Remote Systems Explorer (RSE) plugin in Eclipse on my Windows 7 machine to edit files through SFTP on a remote Linux server. I have an RSA key pair setup between my machine and the Linux server, and I can SSH using my keys no problem when I'm at a Cygwin command prompt. I'm not able to get the keys working in Eclipse, though.

I added my RSA private key to Eclipse through Preferences -> General -> Network Connections -> SSH2. I also have my public key on the remote Linux server under ~/.ssh/authorized_keys, but I still get a login prompt when I connect to the remote Linux server. How can I setup the RSE plugin so it uses my RSA key to connect?


回答1:


I had exactly the same issue and I solved it simply upgrading to RSE 3.2.2. The login prompt will appear again. Type the right user id but a dummy password (not the unix user one). It will connect anyway (using the generated keys).



来源:https://stackoverflow.com/questions/6471798/use-rsa-with-eclipse-remote-systems-explorer

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!