User Profile

Collapse

Profile Sidebar

Collapse
hasanfellah
hasanfellah
Last Activity: Jun 21 '12, 11:27 PM
Joined: Jun 21 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I have already installed freeSSHd server on my remote windows server. and I have set SSH listening port as 22, this port is default, of course you can change. For other people that want to help about this topic : Don't forget we will use username and password that created by SSH server. Be careful don't use windows username. Thanks.
    See more | Go to post

    Leave a comment:


  • running a command on a remote computer using ant sshexec task ?

    I am new to this subject, Apache Ant, I want to run a command on a remote computer using ant sshexec task. this is part of my undergraduate thesis. I have to solve this problem as soon as possible. there is a target like that :

    Code:
    <target id="9" name="connectrun">
    <sshexec host="192.168.1.34"
       username="MCT"
       password="Kocaeli41"
       trust="true"
    ...
    See more | Go to post
No activity results to display
Show More
Working...