Skip to content

A script to manage our lab devices at CB Cyber.

Notifications You must be signed in to change notification settings

milesrack/ssh-manage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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