Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

rcmd - remote command execution

Simple Python TCP server and client for remote command execution.

The server (rcmd-server.py) listens on a TCP port and receives commands to execute.

The client (rcmd-exec.py) forwards its arguments to the server.

Example:

$ ./rcmd-exec.py echo "hello world"
hello world

TODO: Split stdout and stderr, forward stdin, optionally allocate pseudo-tty.

About

Simple command execution TCP server and client

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages