DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26757>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26757

sshexec hangs

           Summary: sshexec hangs
           Product: Ant
           Version: 1.6.0
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Optional Tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Using the sshexec task in the following way causes the specified command to be 
executed, but after that the task hangs and never returns.

  <sshexec
    host="${host}"
    username="${user}"
    password="${pass}"
    trust="yes"
    command="ls"
  />

Tried both jsch 0.1.9 and the latest release, 0.1.13.

Running 'ssh [EMAIL PROTECTED] ls' from the command line works fine. 

Seems to have been observed by someone else as well: 
http://marc.theaimsgroup.com/?l=ant-user&m=106442868402154&w=2

scp, on the other hand, seems to be working fine.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to