https://github.com/mr-sunglasses/bitssh
A New and Modern SSH connector written in Python.
https://github.com/mr-sunglasses/bitssh
hacktoberfest ssh terminal terminal-based
Last synced: about 2 months ago
JSON representation
A New and Modern SSH connector written in Python.
- Host: GitHub
- URL: https://github.com/mr-sunglasses/bitssh
- Owner: Mr-Sunglasses
- License: mit
- Created: 2023-06-23T18:58:08.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T20:51:35.000Z (3 months ago)
- Last Synced: 2025-04-10T21:06:08.756Z (3 months ago)
- Topics: hacktoberfest, ssh, terminal, terminal-based
- Language: Python
- Homepage: https://pypi.org/project/bitssh/
- Size: 13.9 MB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# bitssh
[](https://github.com/Mr-Sunglasses/bitssh)
[](https://github.com/Mr-Sunglasses/bitssh/network)
[](https://github.com/Mr-Sunglasses/bitssh)
[](https://github.com/Mr-Sunglasses/bitssh/blob/main/LICENSE)
[](https://github.com/ellerbrock/open-source-badges/) [](http://makeapullrequest.com)  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
```bash
docker run --rm -it -v ~/.ssh:/root/.ssh mrsunglasses/bitssh
```
Install bitssh with pip
```bash
pip3 install bitsshbitssh
```Install from source
```bash
git clone https://github.com/Mr-Sunglasses/bitsshcd 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:
```bash
Host abc
Hostname xxx.xx.xx.xx
User test1
port 22Host pqr
Hostname ec2-xxx-xxx-xxx-xxx.compute-1.amazonaws.com
User ubuntu
port 22Host wxy
Hostname xxx.xx.xxx.xx
User test2
port 22
```You can check the [OpenBSD `ssh_config` reference](https://man.openbsd.org/ssh_config.5) for more information on how to setup `~/.ssh/config`.
## Documentation
[Documentation](docs/docs.md)
## Contributing
Contributions are always welcome!
See `contributing.md` for ways to get started.
Please adhere to this project's `code of conduct`.
## Authors
- [@Mr-Sunglasses](https://www.github.com/Mr-Sunglasses)
## License
[MIT](https://choosealicense.com/licenses/mit/)
## 💪 Thanks to all Wonderful Contributors
Thanks a lot for spending your time helping AutoType grow.
Thanks a lot! Keep rocking 🍻[](https://github.com/Mr-Sunglasses/bitssh/graphs/contributors)
## 🙏 Support++
This project needs your shiny star ⭐.
Don't forget to leave a star ⭐️[](https://www.python.org/) [](https://forthebadge.com)