How can I connect to a SFTP server using the "Remote System Explorer End-User Runtime" Eclipse plugin and a .pem private key? -


I am trying to use eclipse as a remote editor, the files I want to edit One is on the SFTP server, which I usually connect to using a personal (this is a node). Have I read that eclipse has basically supported FTP and SSH? How do I configure it to connect to SFTP using the private .pem key?

I do not have a password because I am proving my identity with personal identification Pem is key, so when I enter SSH in the server without entering any password Attempt:

Enter image details here

this Complains:

Enter image details here

any Even thoughts?

You must add your private key to the following configuration window:

Enter image details here

You may then be able to connect to the SFTP server (when password Leave blank or enter any random password, private key will be used to connect anyway) and remote editing in Eclipse:

 this Enter not image description

Comments

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -