I am trying to use Eclipse as a remote editor. The files I want to edit are on an SFTP server, which I usually connect to using a private .pem
key (it's an OpenStack node). Can I've read that Eclipse natively supports FTP and SSH through the Remote System Explorer End-User Runtime Eclipse plugin. How shall I configure it to connect to an SFTP using a private .pem
key?
I don't have any password since I prove my identity using the private .pem
key, so when I try to SSH into the server without entering any password:
It complains:
Any idea?