{"id":18896812,"url":"https://github.com/shakibamoshiri/ssh-to-github","last_synced_at":"2025-07-28T08:05:14.030Z","repository":{"id":128567305,"uuid":"115913559","full_name":"shakibamoshiri/ssh-to-github","owner":"shakibamoshiri","description":"How to use ssh with github all steps with screen-shots","archived":false,"fork":false,"pushed_at":"2018-01-01T11:43:43.000Z","size":366,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-24T07:39:24.115Z","etag":null,"topics":["github","screenshot","ssh","ssh-to-github"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shakibamoshiri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-01T10:54:05.000Z","updated_at":"2018-02-15T12:31:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa9bda5f-9c23-45c6-9d03-f63a07c377fe","html_url":"https://github.com/shakibamoshiri/ssh-to-github","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shakibamoshiri/ssh-to-github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakibamoshiri%2Fssh-to-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakibamoshiri%2Fssh-to-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakibamoshiri%2Fssh-to-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakibamoshiri%2Fssh-to-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shakibamoshiri","download_url":"https://codeload.github.com/shakibamoshiri/ssh-to-github/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakibamoshiri%2Fssh-to-github/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267482004,"owners_count":24094508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github","screenshot","ssh","ssh-to-github"],"created_at":"2024-11-08T08:35:27.305Z","updated_at":"2025-07-28T08:05:14.008Z","avatar_url":"https://github.com/shakibamoshiri.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"  \n█░░░█ █▀▀ █░░ █▀▀ █▀▀█ █▀▄▀█ █▀▀    \n█▄█▄█ █▀▀ █░░ █░░ █░░█ █░▀░█ █▀▀    \n░▀░▀░ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀▀ ▀░░░▀ ▀▀▀   \nto ssh-to-github with screen-shot  \n\n## steps:  \n\n### 01:   \n 1. Go to your home directory of your machine.  \n 2. Generate a new pair keys.  \n 3. Copy it into your keyboard buffer.  \n 4. Go to your github account.  \n\n![ssh-to-github.1](https://github.com/k-five/ssh-to-github/blob/master/shot/ssh-to-github.1.png)   \n\n---  \n\n### 02:    \n 5. Go to your github setting and find SSH section a click on: **New SSH Key**.   \n \n![ssh-to-github.2](https://github.com/k-five/ssh-to-github/blob/master/shot/ssh-to-github.2.png)  \n\n---  \n\n### 03:    \n 6. Add a title, any thing you like.  \n 7. Paste here your Public Key (= id_rsa.pub).  \n \n![ssh-to-github.3](https://github.com/k-five/ssh-to-github/blob/master/shot/ssh-to-github.3.png)\n\n---\n\n### 04:  \n 8. You should see something like this, that shows it is not active.  \n 9. Okay. Go back to your home directory.  \n \n![ssh-to-github.4](https://github.com/k-five/ssh-to-github/blob/master/shot/ssh-to-github.4.png)\n\n---  \n\n### 05:    \n 10. Try to test ssh: `ssh -T git@github.com`.   \n 11. Type `yes` and press Enter. You should see your username.   \n 12. Go back again to your github.   \n \n![ssh-to-github.5](https://github.com/k-five/ssh-to-github/blob/master/shot/ssh-to-github.5.png)  \n\n---  \n\n### 06:    \n 13. You should see that your key is active. Its color is now green.  \n \n![ssh-to-github.6](https://github.com/k-five/ssh-to-github/blob/master/shot/ssh-to-github.6.png)  \n\n---\n\n### 07:    \n 14. Okay. Create a new repository.    \n \n![ssh-to-github.7](https://github.com/k-five/ssh-to-github/blob/master/shot/ssh-to-github.7.png)\n\n---  \n\n### 08:    \n 15. Go to the newly created repository and click on: **clone or download**.    \n 16. Copy ssh link and come back on your machine.  \n\n![ssh-to-github.8](https://github.com/k-five/ssh-to-github/blob/master/shot/ssh-to-github.8.png)\n\n---  \n\n### 09:    \n 17. Initialize a new repository and add your remote repository address.    \n \n![ssh-to-github.9](https://github.com/k-five/ssh-to-github/blob/master/shot/ssh-to-github.9.png)  \n\n---  \n\n### 10:  \n 18. After `git add` and `git commit`\n 19. Lastly try: `git push -u origin master`. It should **NOT** ask you for your password.  \n\n![ssh-to-github.10](https://github.com/k-five/ssh-to-github/blob/master/shot/ssh-to-github.10.png)  \n\n\n---\n\n### NOTE:  \n - There are some **typo(s)** on some screen-shots and I apologize for those.  \n - For troubleshooting see [this link](https://help.github.com/articles/connecting-to-github-with-ssh/).  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshakibamoshiri%2Fssh-to-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshakibamoshiri%2Fssh-to-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshakibamoshiri%2Fssh-to-github/lists"}