An open API service indexing awesome lists of open source software.

https://github.com/milesrack/ssh-manage

A script to manage our lab devices at CB Cyber.
https://github.com/milesrack/ssh-manage

automation remote-administrative-tool remote-control ssh ssh-manager ssh-manager-cli

Last synced: 3 months ago
JSON representation

A script to manage our lab devices at CB Cyber.

Awesome Lists containing this project

README

          

# SSH Manage
A script to manage our lab devices at CB Cyber. Uses an SSH keypair to send commands to a network of devices.

## Requirements
- `python3`

## Installation
```
git clone https://github.com/milesrack/ssh-manage.git
cd ssh-manage
pip3 install -r requirements.txt
```

## Setup
To be continued...

## Usage
To be continued