Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 565 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 565 Bytes

nodegrid

Python script which run commands to gather information from end devices. It connects to Nodegrid via SSH and connects end devices from CLI by sending commands.

Usage

The script is designed to be run against one specific Nodegrid, which provides the connectivity to the targets. It can be run from any device that has python and ssh-client. Once it has been ran, it asks for nodegrid IP, username and password.

Requirements

To run the script paramiko must be installed. To run paramiko simply run command below.

pip install paramiko