asebak / embeddedlinux-jvmdebugger-intellij

Embedded Linux JVM Debugger for Raspberry Pi for IDEA Platform
Apache License 2.0
55 stars 21 forks source link

Support for editable SSH_PORT #59

Closed rosbel closed 8 years ago

rosbel commented 8 years ago

It would be great if you could add support to let user choose their own ssh port. I noticed it's defined in EmbeddedSSHClient.java as a static final int. Could you add an extra field that defaults to 22 (for most users) on the RunConfigurationEditor.form ?

Personally I like to run ssh on a separate port so this would be extremely helpful.

Great plugin-in!