Skip to content

atomic/remote_exec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remote_exec

Remote exec utility function


Installation

$ pip install -r requirements.txt
$ python setup.py build

Usage

Executable server and client are located in build/../ For server, copy config.default to build/../

Example:

Server machine: ./server config-file
format:
```
[username]
password=1234
permissions=ls,tree,ps
```

Client machine:  ./client 
                    --server <server ip> 
                    --user <username> 
                    --password <password> 
                    --exec <program to execute>

About

Remote exec utility function

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages