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.
- Host: GitHub
- URL: https://github.com/milesrack/ssh-manage
- Owner: milesrack
- Created: 2022-12-10T03:37:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T17:33:02.000Z (about 3 years ago)
- Last Synced: 2025-01-05T09:14:47.811Z (about 1 year ago)
- Topics: automation, remote-administrative-tool, remote-control, ssh, ssh-manager, ssh-manager-cli
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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