Connect to remote host from Aptana Studio 3 terminal

Almas Adilbek picture Almas Adilbek · Mar 31, 2011 · Viewed 11.4k times · Source

How to connect to remote host from Aptana Studio 3 terminal view, and use commands on that server?

I'm using symfony framework, the project is in my host 192.168.0.100, so I want to run symfony commands like: $ symfony propel:build-schema

Answer

Dennis F. O'Connor picture Dennis F. O'Connor · Apr 20, 2011

To connect to a remote host run the following command in your console:

$ ssh -l <username> 192.168.0.100

Enter your password and you're golden. Unfortunately you have to do this every time you open Aptana, but it's better than nothing.