I\'m looking for a good ssh console plugin for Eclipse, and can\'t find much at all. Would anyone have some good leads on one?
In Eclipse 3.4.1, there is the Remote Systems Explorer perspective that allows you to create and connect to SSH terminals (here)
If you don't like the ssh.shells or ssh.terminals subsystems in Eclipse RSE, try using the Terminal View instead.
Shift+Alt+Q
then Q
)Terminal
in the search boxTerminal
view listed under the Terminal
folderYou'll see a window that looks similar to RSE's ssh.terminals subsystem... but with some extra buttons on the top right.
top
), click the Scroll Lock
button at the right.New Terminal Connection
buttonSettings
button.For some reason, the default setting is to use a terribly hard to see white background. To change this:
Terminal
in the search box at the top left, or select Terminal
on the left.Invert terminal colors
Apply
Now the terminal should have a black background! If you want a local terminal, you can enable ssh on your local machine, and connect to localhost
.
There are plugins that exist that allow you up open WinSCP or Putty from within Eclipse.
I would advise maybe doing a search for "putty eclipse plugin" or similar
You can also try the Terminal plug-in for Eclipse
This plug-in provides a fully-working, command-line terminal to Eclipse 3.7 or later (yes, even 4.2!) It works on Linux and MacOS only.
More info at: http://alexruiz.developerblogs.com/?p=2428