从 Aptana Studio 3 终端连接到远程主机

发布于 2024-10-27 20:32:43 字数 184 浏览 3 评论 0原文

如何从 Aptana Studio 3 终端视图连接到远程主机,并在该服务器上使用命令?

我正在使用 symfony 框架,该项目位于我的主机 192.168.0.100 中,所以我想运行 symfony 命令,例如: $ symfony propel:build-schema

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

走走停停 2024-11-03 20:32:43

要连接到远程主机,请在控制台中运行以下命令:

$ ssh -l <username> 192.168.0.100

输入密码即可。不幸的是,每次打开 Aptana 时都必须执行此操作,但这总比什么都不做要好。

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.

云胡 2024-11-03 20:32:43

如果您需要指定端口号(或不需要),还有另一种选择。

ssh <username>@<server> -p <portnumber>

我知道这是一个老问题,但希望它能帮助别人。

也是第一篇文章!

Another alternative if you need to specify a port number(or dont need to).

ssh <username>@<server> -p <portnumber>

i know its a old question but hope it helps someone.

first post as well!

泛泛之交 2024-11-03 20:32:43

您可以安装 Target Management (http://www.eclipse.org/tm/) 以在 aptana 中创建远程项目。

You can install Target Management (http://www.eclipse.org/tm/) to create a remote project in aptana.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文