Out of tree netmiko driver for balabit scb
Project description
netmiko_balabit is an out of tree netmiko driver for the balabit shell control box.
Installation
Install the netmiko balabit driver by running:
pip3 install netmiko-balabit
Usage
from netmiko import ConnectHandler
import netmiko_balabit
target = {
'device_type': 'balabit_scb',
'target_device_type': 'linux',
'ip': ssh_host, # ip of balabit gateway
'username': ssh_username, # gu=<balabit_username>@<target_username>@<target_ip>
'password': [ssh_gw_password,ssh_password], # password list [<balabit_password>,<target_password>]
'port': 22,
}
ssh = ConnectHandler(**target)
print(ssh.send_command("ls /"))
Contribute
Issue Tracker: https://github.com/jinjamator/netmiko_balabit/issues
Source Code: https://github.com/jinjamator/netmiko_balabit
License
This project is licensed under the Apache License Version 2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file netmiko_balabit-0.1.2-py3-none-any.whl.
File metadata
- Download URL: netmiko_balabit-0.1.2-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20f1df6522650510821f6d8749f2605dfe8f2f56e250f53cdc49cc2beadc42b4
|
|
| MD5 |
624f1f2beceb872d6b9e375a58ad8614
|
|
| BLAKE2b-256 |
e34993dd516cc0085e9c448b2e6e3d972ea48cce626c79025321b0f8a3460b2b
|