5

I'd like to change the default SSH2 port in Eclipse from 22 to another one. I try to define the host like host:55 (if using 55 for SSH2) and no luck.

Any tip?

2
  • What do you mean by "SSH2 port in Eclipse"? Eclipse is not an SSH server, so this makes no sense. Are you using some SSH plugin, or writing an SSH server?
    – sleske
    Commented Apr 8, 2010 at 15:40
  • I'm trying to connect with the Remote System Explorer plugin. back to coding with SmartFTP
    – Gabriel
    Commented Apr 8, 2010 at 16:21

1 Answer 1

11

After you have created your connection, go to the Remote Systems Explorer(Window->Views->Remote Systems) right click on any one of the child items of the connection and select Properties. In the properties window select the Subsystem group. The port can be configured from this screen.

1
  • 2
    As you have Sftp Files and Ssh Shells, select Ssh Shells -> right click Properties and Subsystem. There it is:)
    – Xdg
    Commented Oct 23, 2016 at 13:56

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .