This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
pandorafms
mirror of
https://github.com/pandorafms/pandorafms.git
Watch
1
Star
0
Fork
You've already forked pandorafms
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b117cae535
pandorafms
/
pandora_server
/
util
/
plugin
/
ssh_pandoraplugin.sh
8 lines
67 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
HOST
=
$2
USER
=
$4
COMMAND
=
$5
ssh
$USER
@
$HOST
$COMMAND
Reference in New Issue
View Git Blame
Copy Permalink