Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 958 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 958 Bytes

Remoting

This project has been created to be able to build automation code for remoting to Winows and Linux machines. The code base needs to run on windows machine as it uses windows utils like powershell, command line, psexec in the background to to Windows machine remoting tass. For Linux machine remoting, it uses SSH and SFTP. Tested with all Windows flavors, Centos 6.7, 7 and Debian systems.

Pre-Reqs:

Need following installed on controller host or machine you are running this automation from:

  • Powershell
  • PsExec Note: Also need to provide PsExec.exe path in the WindowsRemoteMachine constructor if its not in Env path

Documentation:

Refer documentation for definition of methods