希望事情顺利进行。
我想使用ssh连接两个Windows服务器。但我的问题是,当我使用ANT任务' sshexec'从远程WINDOWS服务器2009执行.bat文件,如下所示:
<sshexec host="10.46.220.108"
username="support"
password="India123"
trust="true"
verbose="true"
command="D:\project\jboss-eap-6.1\bin\standalone.bat -b hostname41" />
我的执行被绞死并停在以下行。
[sshexec] Connecting to hostname:22
[sshexec] cmd :D:\project\jboss-eap-6.1\bin\standalone.bat -b hostname41
[sshexec] Microsoft Windows [Version 6.1.7601]
[sshexec] Copyright (c) 2009 Microsoft Corporation. All rights reserved.
[sshexec] C:\users\administrator>
指导我解决此问题。
注意:远程服务器在端口号22
中运行copssh