Implements SSH Adapter

Issue #13 resolved
Roman Sakno created an issue

SSH Adapter allows the clients to interact with managed resources through SSH protocol

Note: SSH Adapter cannot be used by automated tools. It is designed for Administrators

General Use Case: Administrator may use Putty or any other SSH client to connect to the SSH Adapter and manipulate attributes and catch notifications using command line. The following commands should be implemented:

notifications [enable | disable ] [severity <level>] [list] [for <resource-name>]

resources

attr-list [-r|--resource resource-name] [-n|--names] attr-get <resource-name> <attr-id> attr-set <resource-name> <attr-id> <value>

Comments (5)

  1. Log in to comment