A New and Modern SSH connector written in Python.
Project description
bitssh
A New and Modern SSH connector written in Python.
Terminal user interface for SSH. It uses ~/.ssh/config to list and connect to hosts.
Demo
Installation
Install bitssh with docker
docker run --rm -it -v ~/.ssh:/root/.ssh mrsunglasses/bitssh
Install bitssh with pip
pip3 install bitssh
bitssh
Install from source
git clone https://github.com/Mr-Sunglasses/bitssh
cd bitssh
python3 -m pip3 install -e .
bitssh
Troubleshooting
[...]/.ssh/config: no such file or directory
- Check if you have
~/.ssh/configfile - If you don't, create it with
touch ~/.ssh/config
Here's a sample ~/.ssh/config file that is recognized by bitssh:
Host abc
Hostname xxx.xx.xx.xx
User test1
port 22
Host pqr
Hostname ec2-xxx-xxx-xxx-xxx.compute-1.amazonaws.com
User ubuntu
port 22
Host wxy
Hostname xxx.xx.xxx.xx
User test2
port 22
You can check the OpenBSD ssh_config reference for more information on how to setup ~/.ssh/config.
Documentation
Contributing
Contributions are always welcome!
See contributing.md for ways to get started.
Please adhere to this project's code of conduct.
Authors
License
💪 Thanks to all Wonderful Contributors
Thanks a lot for spending your time helping AutoType grow. Thanks a lot! Keep rocking 🍻
🙏 Support++
This project needs your shiny star ⭐. Don't forget to leave a star ⭐️
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 Distribution
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 bitssh-3.1.0.tar.gz.
File metadata
- Download URL: bitssh-3.1.0.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7ed53e07095de987aee4d2ea5d462e8a400582c3d052160900032e10bb99456
|
|
| MD5 |
6adf9ec2bdc687cc330054aa57c61691
|
|
| BLAKE2b-256 |
215a8869da40234370647e9dcddb82ef3b2ecdd90889da1818db29ffb585b10f
|
File details
Details for the file bitssh-3.1.0-py3-none-any.whl.
File metadata
- Download URL: bitssh-3.1.0-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41afb9b6cd346060d75d5668aaf59153932528ffed2be8d670577d3684a4051e
|
|
| MD5 |
76a9b018a4bbd372181b1f47a4722197
|
|
| BLAKE2b-256 |
cfc1f994ffe7268b275196f2e4876e6a8ed18bc37503d32785d8e239ae762d3e
|