Project

General

Profile

List of the SPECIAL functions available:
  • UPTIME : returns the output of the uptime linux command (No XML)
  • PING : returns just an ack if the server is available
  • GET_STATE : returns the state of the SSH server. The value can be : open, restricted, closed, strange.
  • RESTRICT_ACCESS : kill all the existing SSH sessions, shutdown the server, change the configuration file and restart the SSH service in restricted mode. Just return an ACK.
  • OPEN_ACCESS : change the configuration file and restart the SSH service in open mode. Just return an ACK.