FTP and execute shell scripts on windows from linux

Zeinab Abbasimazar

I'm trying to run automatic tests using Jenkins and I want to execute commands from my Jenkins server, which is a Lenny-64 on another virtual machine with Win7. To be clear, if I wanted to do it via two Unix machines, I would have done it using this:

ssh -i private_key python /root/test.py

Now, what is the alternative command for a windows target machine, or what should I deploy to run this on a windows machine.

Plus I want to transfer files from/to Jenkins server to/from Win7 machine.

How can I do these tasks?

Zeinab Abbasimazar

I've been working around and I solved the issue. I installed cygwin with openssl and openssh libraries. For connections, I used RSA keys and for websvn commands, I used Tortoise SVN tool along with its command line.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to execute shell scripts from 32-bit Wine on 64-bit Linux?

From Dev

Linux - Execute shell scripts simultaneously on the background and know when its done

From Dev

Find all shell scripts from a folder and execute them in order

From Dev

Running remote scripts on Linux Servers from Windows

From Dev

Associating linux shell (.sh) scripts on Windows 10 to Bash or WSL

From Dev

Mount FTP so it will be possible to execute shell commands

From Dev

Mount FTP so it will be possible to execute shell commands

From Java

How to execute mongo commands through shell scripts?

From Dev

Execute shell scripts based on value of key pressed

From Dev

CRLF tags attached upon FTP upload from a windows to Linux Server

From Dev

execute sudo command on linux from plink.exe[windows]

From Dev

is it possible to execute SCP/RCP/SFTP from linux server to Windows Desktop?

From Dev

Execute command on linux virtual machine (or server) from windows commandline

From Dev

Using Linux to execute a query from Windows server by ODBC connection

From Dev

Remotely execute windows 10 command from Linux box

From Dev

How Does Linux deal with shell scripts?

From Dev

Shell scripts Linux -> Solaris conversion guide

From Dev

Can I connect to Windows machine from Linux shell?

From Dev

Piping commands into a NetCat shell on a Windows machine from Linux?

From Dev

Opening Linux Subsystem for Windows shell from Eclipse Photon (IDE)

From Dev

Unable to execute functions from external scripts in Meteor

From Dev

Execute symbolicatecrash from shell script

From Dev

CMake's execute_process and arbitrary shell scripts

From Dev

Execute mongo query with parameter through shell scripts, is it possible?

From Dev

Powershell stopped working, can't execute scripts or type into shell

From Dev

How to execute ant scripts in a differing directory to a shell script?

From Dev

How to create a web application that uses buttons to execute shell scripts

From Dev

How can I execute a shell script on linux directly from a URL if it needs to change environment variables?

From Dev

shell scripts to get geolocations from google

Related Related

  1. 1

    How to execute shell scripts from 32-bit Wine on 64-bit Linux?

  2. 2

    Linux - Execute shell scripts simultaneously on the background and know when its done

  3. 3

    Find all shell scripts from a folder and execute them in order

  4. 4

    Running remote scripts on Linux Servers from Windows

  5. 5

    Associating linux shell (.sh) scripts on Windows 10 to Bash or WSL

  6. 6

    Mount FTP so it will be possible to execute shell commands

  7. 7

    Mount FTP so it will be possible to execute shell commands

  8. 8

    How to execute mongo commands through shell scripts?

  9. 9

    Execute shell scripts based on value of key pressed

  10. 10

    CRLF tags attached upon FTP upload from a windows to Linux Server

  11. 11

    execute sudo command on linux from plink.exe[windows]

  12. 12

    is it possible to execute SCP/RCP/SFTP from linux server to Windows Desktop?

  13. 13

    Execute command on linux virtual machine (or server) from windows commandline

  14. 14

    Using Linux to execute a query from Windows server by ODBC connection

  15. 15

    Remotely execute windows 10 command from Linux box

  16. 16

    How Does Linux deal with shell scripts?

  17. 17

    Shell scripts Linux -> Solaris conversion guide

  18. 18

    Can I connect to Windows machine from Linux shell?

  19. 19

    Piping commands into a NetCat shell on a Windows machine from Linux?

  20. 20

    Opening Linux Subsystem for Windows shell from Eclipse Photon (IDE)

  21. 21

    Unable to execute functions from external scripts in Meteor

  22. 22

    Execute symbolicatecrash from shell script

  23. 23

    CMake's execute_process and arbitrary shell scripts

  24. 24

    Execute mongo query with parameter through shell scripts, is it possible?

  25. 25

    Powershell stopped working, can't execute scripts or type into shell

  26. 26

    How to execute ant scripts in a differing directory to a shell script?

  27. 27

    How to create a web application that uses buttons to execute shell scripts

  28. 28

    How can I execute a shell script on linux directly from a URL if it needs to change environment variables?

  29. 29

    shell scripts to get geolocations from google

HotTag

Archive