https://github.com/shakibamoshiri/ssh-to-github
How to use ssh with github all steps with screen-shots
https://github.com/shakibamoshiri/ssh-to-github
github screenshot ssh ssh-to-github
Last synced: 11 months ago
JSON representation
How to use ssh with github all steps with screen-shots
- Host: GitHub
- URL: https://github.com/shakibamoshiri/ssh-to-github
- Owner: shakibamoshiri
- License: mit
- Created: 2018-01-01T10:54:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T11:43:43.000Z (over 8 years ago)
- Last Synced: 2025-05-24T07:39:24.115Z (about 1 year ago)
- Topics: github, screenshot, ssh, ssh-to-github
- Size: 357 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
█░░░█ █▀▀ █░░ █▀▀ █▀▀█ █▀▄▀█ █▀▀
█▄█▄█ █▀▀ █░░ █░░ █░░█ █░▀░█ █▀▀
░▀░▀░ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀▀ ▀░░░▀ ▀▀▀
to ssh-to-github with screen-shot
## steps:
### 01:
1. Go to your home directory of your machine.
2. Generate a new pair keys.
3. Copy it into your keyboard buffer.
4. Go to your github account.

---
### 02:
5. Go to your github setting and find SSH section a click on: **New SSH Key**.

---
### 03:
6. Add a title, any thing you like.
7. Paste here your Public Key (= id_rsa.pub).

---
### 04:
8. You should see something like this, that shows it is not active.
9. Okay. Go back to your home directory.

---
### 05:
10. Try to test ssh: `ssh -T git@github.com`.
11. Type `yes` and press Enter. You should see your username.
12. Go back again to your github.

---
### 06:
13. You should see that your key is active. Its color is now green.

---
### 07:
14. Okay. Create a new repository.

---
### 08:
15. Go to the newly created repository and click on: **clone or download**.
16. Copy ssh link and come back on your machine.

---
### 09:
17. Initialize a new repository and add your remote repository address.

---
### 10:
18. After `git add` and `git commit`
19. Lastly try: `git push -u origin master`. It should **NOT** ask you for your password.

---
### NOTE:
- There are some **typo(s)** on some screen-shots and I apologize for those.
- For troubleshooting see [this link](https://help.github.com/articles/connecting-to-github-with-ssh/).