bitssh


Namebitssh JSON
Version 2.6.0 PyPI version JSON
download
home_page
SummaryA command-line tool for managing SSH connections
upload_time2023-12-12 18:16:05
maintainer
docs_urlNone
author
requires_python>=3.9
licenseMIT License Copyright (c) 2023 Kanishk Pachauri Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords bitssh sshmanager commandline
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bitssh

[![GitHub issues](https://img.shields.io/github/issues/Mr-Sunglasses/bitssh)](https://github.com/Mr-Sunglasses/bitssh)
[![GitHub forks](https://img.shields.io/github/forks/Mr-Sunglasses/bitssh)](https://github.com/Mr-Sunglasses/bitssh/network)
[![GitHub stars](https://img.shields.io/github/stars/Mr-Sunglasses/bitssh)](https://github.com/Mr-Sunglasses/bitssh)
[![GitHub license](https://img.shields.io/github/license/Mr-Sunglasses/bitssh)](https://github.com/Mr-Sunglasses/bitssh/blob/main/LICENSE)
[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) ![contributions welcome](https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square) ![GitHub contributors](https://img.shields.io/github/contributors-anon/Mr-Sunglasses/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.

<p align="center">
    <img src="https://i.ibb.co/5Wm4PNh/bitssh-logo.png" width="320" height="220">
</p>

## Demo

[![bitsshdemo](https://s12.gifyu.com/images/SWxC6.gif)](https://gifyu.com/image/SWxC6)

## Installation

Install my-project with pip

```bash
  pip3 install bitssh

  bitssh
```

Install from source

```bash
  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:

```nginx
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](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 🍻

[![Contributors](https://contrib.rocks/image?repo=Mr-Sunglasses/bitssh)](https://github.com/Mr-Sunglasses/bitssh/graphs/contributors)

## 🙏 Support++

This project needs your shiny star ⭐.  
Don't forget to leave a star ⭐️

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/) [![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "bitssh",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "bitssh,sshmanager,commandline",
    "author": "",
    "author_email": "Kanishk Pachauri <itskanishkp.py@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/96/eb/2019d2d52add26eaae96ad35012ba946a615261dfe5ee5de851cb1a2a5d1/bitssh-2.6.0.tar.gz",
    "platform": null,
    "description": "# bitssh\n\n[![GitHub issues](https://img.shields.io/github/issues/Mr-Sunglasses/bitssh)](https://github.com/Mr-Sunglasses/bitssh)\n[![GitHub forks](https://img.shields.io/github/forks/Mr-Sunglasses/bitssh)](https://github.com/Mr-Sunglasses/bitssh/network)\n[![GitHub stars](https://img.shields.io/github/stars/Mr-Sunglasses/bitssh)](https://github.com/Mr-Sunglasses/bitssh)\n[![GitHub license](https://img.shields.io/github/license/Mr-Sunglasses/bitssh)](https://github.com/Mr-Sunglasses/bitssh/blob/main/LICENSE)\n[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) ![contributions welcome](https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square) ![GitHub contributors](https://img.shields.io/github/contributors-anon/Mr-Sunglasses/bitssh)\n\nA New and Modern SSH connector written in Python.\n\nTerminal user interface for SSH. It uses ~/.ssh/config to list and connect to hosts.\n\n<p align=\"center\">\n    <img src=\"https://i.ibb.co/5Wm4PNh/bitssh-logo.png\" width=\"320\" height=\"220\">\n</p>\n\n## Demo\n\n[![bitsshdemo](https://s12.gifyu.com/images/SWxC6.gif)](https://gifyu.com/image/SWxC6)\n\n## Installation\n\nInstall my-project with pip\n\n```bash\n  pip3 install bitssh\n\n  bitssh\n```\n\nInstall from source\n\n```bash\n  git clone https://github.com/Mr-Sunglasses/bitssh\n\n  cd bitssh\n\n  python3 -m pip3 install .\n\n  bitssh\n```\n\n# Troubleshooting\n\n## [...]/.ssh/config: no such file or directory\n\n- Check if you have `~/.ssh/config` file\n- If you don't, create it with `touch ~/.ssh/config`\n\nHere's a sample `~/.ssh/config` file that is recognized by bitssh:\n\n```nginx\nHost abc\n\tHostname xxx.xx.xx.xx\n\tUser test1\n\tport 22\n\nHost pqr\n\tHostname ec2-xxx-xxx-xxx-xxx.compute-1.amazonaws.com\n\tUser ubuntu\n\tport 22\n\nHost wxy\n\tHostname xxx.xx.xxx.xx\n\tUser test2\n\tport 22\n```\n\nYou can check the [OpenBSD `ssh_config` reference](https://man.openbsd.org/ssh_config.5) for more information on how to setup `~/.ssh/config`.\n\n## Documentation\n\n[Documentation](docs/docs.md)\n\n## Contributing\n\nContributions are always welcome!\n\nSee `contributing.md` for ways to get started.\n\nPlease adhere to this project's `code of conduct`.\n\n## Authors\n\n- [@Mr-Sunglasses](https://www.github.com/Mr-Sunglasses)\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n## \ud83d\udcaa Thanks to all Wonderful Contributors\n\nThanks a lot for spending your time helping AutoType grow.  \nThanks a lot! Keep rocking \ud83c\udf7b\n\n[![Contributors](https://contrib.rocks/image?repo=Mr-Sunglasses/bitssh)](https://github.com/Mr-Sunglasses/bitssh/graphs/contributors)\n\n## \ud83d\ude4f Support++\n\nThis project needs your shiny star \u2b50.  \nDon't forget to leave a star \u2b50\ufe0f\n\n[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/) [![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Kanishk Pachauri  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "A command-line tool for managing SSH connections",
    "version": "2.6.0",
    "project_urls": {
        "Docs": "https://github.com/Mr-Sunglasses/bitssh/blob/master/docs/docs.md",
        "Homepage": "https://github.com/Mr-Sunglasses/bitssh"
    },
    "split_keywords": [
        "bitssh",
        "sshmanager",
        "commandline"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f28eabc2cb00f71bcbf6c3fe3d58ec57b2a0d4f6f2fc9db6516064a07545f5b7",
                "md5": "a05d20d9dd35c61c29ca95179b165dc3",
                "sha256": "e75e497bed033fe012d5d49544dd5a6cd3a7d57dce83530f5984e6ab8a4eeede"
            },
            "downloads": -1,
            "filename": "bitssh-2.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a05d20d9dd35c61c29ca95179b165dc3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 7028,
            "upload_time": "2023-12-12T18:16:03",
            "upload_time_iso_8601": "2023-12-12T18:16:03.702423Z",
            "url": "https://files.pythonhosted.org/packages/f2/8e/abc2cb00f71bcbf6c3fe3d58ec57b2a0d4f6f2fc9db6516064a07545f5b7/bitssh-2.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96eb2019d2d52add26eaae96ad35012ba946a615261dfe5ee5de851cb1a2a5d1",
                "md5": "18804589fde695e09d3a25d586af2679",
                "sha256": "aa36ae2d34f3407b6bc0f1c1ed580c2a1fc799b85bdd54adc5b540491ec93223"
            },
            "downloads": -1,
            "filename": "bitssh-2.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "18804589fde695e09d3a25d586af2679",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 7864,
            "upload_time": "2023-12-12T18:16:05",
            "upload_time_iso_8601": "2023-12-12T18:16:05.817300Z",
            "url": "https://files.pythonhosted.org/packages/96/eb/2019d2d52add26eaae96ad35012ba946a615261dfe5ee5de851cb1a2a5d1/bitssh-2.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-12 18:16:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Mr-Sunglasses",
    "github_project": "bitssh",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "bitssh"
}
        
Elapsed time: 0.21277s