A command-line tool for managing SSH connections
Reason this release was yanked:
Errors
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 my-project with pip
pip3 install bitssh
bitssh
Install from source
git clone https://github.com/Mr-Sunglasses/bitssh
cd bitssh
python3 -m pip3 install .
bitssh
Troubleshooting
[...]/.ssh/config: no such file or directory
- Check if you have
~/.ssh/config
file - 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
File details
Details for the file bitssh-1.1.0.tar.gz
.
File metadata
- Download URL: bitssh-1.1.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d4a3dd9454e4d2d3cf3fddefc4caf1936afcfcb6c188c96e512eb896877ad0b |
|
MD5 | 0e14e233d2b0ae03e669fe7ec453e7b5 |
|
BLAKE2b-256 | cd1980e0465e3c4c52d0fd74d60d55addbe5652964ded93e8fddd4d6c269c56a |
Provenance
File details
Details for the file bitssh-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: bitssh-1.1.0-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd5cdf977265ca1976663a89cd4d9df4f984ee03c9d29fd6c61903cb085f8696 |
|
MD5 | 17252605c464831321a3e8439b0211a1 |
|
BLAKE2b-256 | 04fb89622baed1606e2e8fa3a8dc896d5b16d6a96bc639e23a9cb3b1c7802da9 |