layout | title | date | last_updated | description | tags | categories | featured |
---|---|---|---|---|---|---|---|
post |
Connect to GitHub via ssh |
2024-07-19 11:32:13 -0700 |
2024-08-16 01:14:10 -0700 |
using and configure ssh for GitHub |
operation linux github personalnote |
operation |
false |
$ ssh-add .ssh/id_github_username
Enter passphrase for .ssh/id_github_username:
Identity added: .ssh/id_github_userna<me ([email protected])
$ ssh-add .ssh/id_github_username ([email protected])
$ ssh -i id_github_username -T [email protected]
https://docs.github.com/en/pages/quickstart
"You can use GitHub Pages to showcase some open source projects, host a blog, or even share your résumé. This guide will help get you started on creating your next website."