Skip to content

tiregram/SshDispatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ssh Dispatcher

install

init

sshdisp init dispatcher
cd dispatcher

status

sshdisp status

log

// dans un dosier ou sous dosier 
sshdisp log

ou

tail -F log

add a machine

sshdisp connection add _hostname_

send command to all

sshdisp command

close hostname

sshdist remove hostname

or

rm con/hostname

close dispatcher

sshdist destroy

add a new functionality

  • add a file in Ss/script/
  • chown +x on it
  • respond to --help and --help-brief
  • do what you want

TODO

get - to read a exported value in all connection set - to export a diferent value in all connection send - to send message to the process run by the bash over ssh restore - after a shutdown to recreate connection to host

About

POC. Ssh dispacher for command stream over fifo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages