Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.02 KB

Readme.md

File metadata and controls

23 lines (18 loc) · 1.02 KB

IP-Symcon SSH Client Module

IP-Symcon 4.4+
License: CC BY-NC-ND 4.0
Issues
Donate

Features

  • establish connection to ssh server
  • execute command

Script Functions

$command = 'whoami';
SSH_Execute($InstanceId, $command);

Donations

If you'd like to support further development of this module, please use the donate link below.

www.paypal.me/codeking

Credits

Thanks to drapple for inspiration.