# github-ssh-key <sup>v0.4.1</sup>
___github-ssh-key___ - GitHub ssh key manager. Console utility for creating, getting, testing,
using public ssh keys for GitHub.
***
![GitHub top language](https://img.shields.io/github/languages/top/smartlegionlab/github-ssh-key)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/github-ssh-key?label=pypi%20downloads)](https://pypi.org/project/github-ssh-key/)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/smartlegionlab/github-ssh-key)](https://github.com/smartlegionlab/github-ssh-key/)
[![GitHub](https://img.shields.io/github/license/smartlegionlab/github-ssh-key)](https://github.com/smartlegionlab/github-ssh-key/blob/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/github-ssh-key)](https://pypi.org/project/github-ssh-key)
[![PyPI - Format](https://img.shields.io/pypi/format/github-ssh-key)](https://pypi.org/project/github-ssh-key)
[![GitHub Repo stars](https://img.shields.io/github/stars/smartlegionlab/github-ssh-key?style=social)](https://github.com/smartlegionlab/github-ssh-key/)
[![GitHub watchers](https://img.shields.io/github/watchers/smartlegionlab/github-ssh-key?style=social)](https://github.com/smartlegionlab/github-ssh-key/)
[![GitHub forks](https://img.shields.io/github/forks/smartlegionlab/github-ssh-key?style=social)](https://github.com/smartlegionlab/github-ssh-key/)
***
Author and developer: ___A.A. Suvorov___
***
## Supported:
- Linux: All.
- Termux (Android).
***
## Images:
![logo](https://github.com/smartlegionlab/github-ssh-key/raw/master/data/images/github-ssh-key.png)
***
## What's new?
### ___github-ssh-key v0.3.0___
- Improved work with help, added the ability to run commands directly from help.
- Improved interface.
***
## Description:
___github-ssh-key___ - GitHub ssh key manager. Console utility for creating, getting,
testing, using public ssh keys for GitHub.
Possibilities:
- Convenient interactive menu.
- Generating ssh keys for GitHub.
- Output ssh key to the console.
- Adding ssh key to GitHub.
- Checking the ssh key, testing the connection.
- Interactive menu for working with the utility.
- Interactive menu for help.
- Launch the default browser with a page for adding ssh key on GitHub.
- Cloning private repositories via ssh.
- Running individual commands.
***
## Help:
### Install and use:
#### Install:
`pip install github-ssh-key`
`github-ssh-key`
#### Use:
To access GitHub over ssh, you should run some sequence of actions.
- Install openssh;
- Generate new ssh keys;
- Copy the public key;
- Add your public key to GitHub;
- Check the connection;
This utility provides you with these capabilities.
Adding a key to your GitHub account involves several steps:
1. Generating new ssh key.
- Install openssh, or make sure you have it installed with the ssh command.
- During the generation process, enter your email that you use when working with GitHub.
- Do not change the default file name.
- Don't set a passphrase if you don't want to enter it every time.
2. Copying ssh key.
- Highlight and completely copy your ssh key.
3. Adding ssh key to your GitHub account.
- Highlight and completely copy your ssh key.
- Add your ssh key to your GitHub account.
4. Testing the ssh key (Testing the connection).
- For a successful connection, you had to follow these steps:
- Generate ssh key.
- Highlight and completely copy your ssh key.
- Add ssh key to your GitHub account.
- If you did everything correctly, you will see a personalized greeting.
Also, directly from the interactive menu, you can clone your private
repository using ssh.
To get help with commands, use:
`github-ssh-key [command] -h`
`github-ssh-key new -h`
`github-ssh-key show -h`
`github-ssh-key add -h`
`github-ssh-key test -h`
`github-ssh-key clone -h`
`github-ssh-key help -h`
#### Commands:
`github-ssh-key [command] [args]`
- run `github-ssh-key run`
- new `github-ssh-key new -e [your email]`
- show `github-ssh-key show`
- add `github-ssh-key add`
- test `github-ssh-key test`
- clone `github-ssh-key clone -l [GitHub login] -n [repo name]`
#### Variant 1:
- Go to the project folder
- `python setup.py install`
- `github-ssh-key`
#### Variant 2:
- Install [python](https://python.org)
- Go to the project folder
- `pip install -r requirements.txt`
- `python github-ssh-key.py`
***
## Disclaimer of liability:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***
## Copyright:
--------------------------------------------------------
Licensed under the terms of the BSD 3-Clause License
(see LICENSE for details).
Copyright © 2018-2024, A.A. Suvorov
All rights reserved.
--------------------------------------------------------
Raw data
{
"_id": null,
"home_page": "https://github.com/smartlegionlab/github-ssh-key/",
"name": "github-ssh-key",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "github, github ssh, github ssh create key, github ssh test key, github clone with ssh, smart legion, smart legion lab",
"author": "A.A. Suvorov",
"author_email": "smartlegiondev@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/db/f1/c74e240d5f6e26e0fcde54caa75cfa10ebba39519bcba6feefeb6c2fe148/github_ssh_key-0.4.1.tar.gz",
"platform": null,
"description": "# github-ssh-key <sup>v0.4.1</sup>\n___github-ssh-key___ - GitHub ssh key manager. Console utility for creating, getting, testing, \nusing public ssh keys for GitHub.\n***\n\n![GitHub top language](https://img.shields.io/github/languages/top/smartlegionlab/github-ssh-key)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/github-ssh-key?label=pypi%20downloads)](https://pypi.org/project/github-ssh-key/)\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/smartlegionlab/github-ssh-key)](https://github.com/smartlegionlab/github-ssh-key/)\n[![GitHub](https://img.shields.io/github/license/smartlegionlab/github-ssh-key)](https://github.com/smartlegionlab/github-ssh-key/blob/master/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/github-ssh-key)](https://pypi.org/project/github-ssh-key)\n[![PyPI - Format](https://img.shields.io/pypi/format/github-ssh-key)](https://pypi.org/project/github-ssh-key)\n[![GitHub Repo stars](https://img.shields.io/github/stars/smartlegionlab/github-ssh-key?style=social)](https://github.com/smartlegionlab/github-ssh-key/)\n[![GitHub watchers](https://img.shields.io/github/watchers/smartlegionlab/github-ssh-key?style=social)](https://github.com/smartlegionlab/github-ssh-key/)\n[![GitHub forks](https://img.shields.io/github/forks/smartlegionlab/github-ssh-key?style=social)](https://github.com/smartlegionlab/github-ssh-key/)\n\n***\n\nAuthor and developer: ___A.A. Suvorov___\n\n***\n\n## Supported:\n\n- Linux: All.\n- Termux (Android).\n\n***\n\n## Images:\n\n![logo](https://github.com/smartlegionlab/github-ssh-key/raw/master/data/images/github-ssh-key.png)\n\n***\n\n## What's new?\n\n### ___github-ssh-key v0.3.0___\n\n- Improved work with help, added the ability to run commands directly from help.\n- Improved interface.\n\n***\n\n## Description:\n\n___github-ssh-key___ - GitHub ssh key manager. Console utility for creating, getting, \ntesting, using public ssh keys for GitHub.\n\nPossibilities:\n\n- Convenient interactive menu.\n- Generating ssh keys for GitHub.\n- Output ssh key to the console.\n- Adding ssh key to GitHub.\n- Checking the ssh key, testing the connection.\n- Interactive menu for working with the utility.\n- Interactive menu for help.\n- Launch the default browser with a page for adding ssh key on GitHub.\n- Cloning private repositories via ssh.\n- Running individual commands.\n\n***\n\n## Help:\n\n### Install and use:\n\n#### Install:\n\n`pip install github-ssh-key`\n\n`github-ssh-key`\n\n#### Use:\n\nTo access GitHub over ssh, you should run some sequence of actions.\n\n- Install openssh;\n- Generate new ssh keys;\n- Copy the public key;\n- Add your public key to GitHub;\n- Check the connection;\n\nThis utility provides you with these capabilities.\n\nAdding a key to your GitHub account involves several steps:\n\n1. Generating new ssh key.\n - Install openssh, or make sure you have it installed with the ssh command.\n - During the generation process, enter your email that you use when working with GitHub.\n - Do not change the default file name.\n - Don't set a passphrase if you don't want to enter it every time.\n2. Copying ssh key.\n - Highlight and completely copy your ssh key.\n3. Adding ssh key to your GitHub account.\n - Highlight and completely copy your ssh key.\n - Add your ssh key to your GitHub account.\n4. Testing the ssh key (Testing the connection).\n - For a successful connection, you had to follow these steps:\n - Generate ssh key.\n - Highlight and completely copy your ssh key.\n - Add ssh key to your GitHub account.\n - If you did everything correctly, you will see a personalized greeting.\n\nAlso, directly from the interactive menu, you can clone your private\nrepository using ssh.\n\nTo get help with commands, use:\n\n`github-ssh-key [command] -h`\n\n`github-ssh-key new -h`\n`github-ssh-key show -h`\n`github-ssh-key add -h`\n`github-ssh-key test -h`\n`github-ssh-key clone -h`\n`github-ssh-key help -h`\n\n#### Commands:\n\n`github-ssh-key [command] [args]`\n\n- run `github-ssh-key run`\n- new `github-ssh-key new -e [your email]`\n- show `github-ssh-key show`\n- add `github-ssh-key add`\n- test `github-ssh-key test`\n- clone `github-ssh-key clone -l [GitHub login] -n [repo name]`\n\n\n#### Variant 1:\n\n- Go to the project folder\n- `python setup.py install`\n- `github-ssh-key`\n\n#### Variant 2:\n\n- Install [python](https://python.org)\n- Go to the project folder\n- `pip install -r requirements.txt`\n- `python github-ssh-key.py`\n\n***\n\n## Disclaimer of liability:\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n***\n\n## Copyright:\n --------------------------------------------------------\n Licensed under the terms of the BSD 3-Clause License\n (see LICENSE for details).\n Copyright \u00a9 2018-2024, A.A. Suvorov\n All rights reserved.\n --------------------------------------------------------\n",
"bugtrack_url": null,
"license": "BSD 3-Clause License",
"summary": "GitHub ssh key manager. Console utility for creating, getting, testing, using public ssh keys for GitHub.",
"version": "0.4.1",
"project_urls": {
"Documentation": "https://github.com/smartlegionlab/github-ssh-keyn/blob/master/README.md",
"Homepage": "https://github.com/smartlegionlab/github-ssh-key/",
"Release notes": "https://github.com/smartlegionlab/github-ssh-key/releases"
},
"split_keywords": [
"github",
" github ssh",
" github ssh create key",
" github ssh test key",
" github clone with ssh",
" smart legion",
" smart legion lab"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "998457e9588dba726439cceb6bc49df8ea81144908950a8956eb19d0b277e602",
"md5": "797355006e6392235a31249273685a97",
"sha256": "9f077ea17855ee19e2028dcb5050c1aec7e50bdbcaf1a93371becab392594fcc"
},
"downloads": -1,
"filename": "github_ssh_key-0.4.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "797355006e6392235a31249273685a97",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 8826,
"upload_time": "2024-06-16T08:41:58",
"upload_time_iso_8601": "2024-06-16T08:41:58.491198Z",
"url": "https://files.pythonhosted.org/packages/99/84/57e9588dba726439cceb6bc49df8ea81144908950a8956eb19d0b277e602/github_ssh_key-0.4.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dbf1c74e240d5f6e26e0fcde54caa75cfa10ebba39519bcba6feefeb6c2fe148",
"md5": "9200ce0fe7554e974bbad62be8abac86",
"sha256": "43aac8889fac838e2c0aee0fa82df6afb69bc7999ecfcf7207d142ce524a9109"
},
"downloads": -1,
"filename": "github_ssh_key-0.4.1.tar.gz",
"has_sig": false,
"md5_digest": "9200ce0fe7554e974bbad62be8abac86",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 7591,
"upload_time": "2024-06-16T08:41:59",
"upload_time_iso_8601": "2024-06-16T08:41:59.920386Z",
"url": "https://files.pythonhosted.org/packages/db/f1/c74e240d5f6e26e0fcde54caa75cfa10ebba39519bcba6feefeb6c2fe148/github_ssh_key-0.4.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-16 08:41:59",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "smartlegionlab",
"github_project": "github-ssh-key",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "click",
"specs": [
[
"~=",
"8.0.1"
]
]
},
{
"name": "smartcliapp",
"specs": [
[
"~=",
"0.4.0"
]
]
}
],
"tox": true,
"lcname": "github-ssh-key"
}