Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raisedadead/github-ssh-keys-demo
A demo for getting SSH public key on GitHub for any user.
https://github.com/raisedadead/github-ssh-keys-demo
github github-api ssh
Last synced: 7 days ago
JSON representation
A demo for getting SSH public key on GitHub for any user.
- Host: GitHub
- URL: https://github.com/raisedadead/github-ssh-keys-demo
- Owner: raisedadead
- License: isc
- Created: 2022-06-12T12:06:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T17:27:50.000Z (2 months ago)
- Last Synced: 2024-09-09T21:39:31.277Z (2 months ago)
- Topics: github, github-api, ssh
- Language: TypeScript
- Homepage: https://hn.mrugesh.dev/how-to-get-ssh-public-keys-from-github-for-any-user
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
> A demo for getting SSH public key on GitHub for any user.
Read [this accompanying article](https://hn.mrugesh.dev/how-to-get-ssh-public-keys-from-github-for-any-user) for more details.
Usage:
Get a personal access token here: https://github.com/settings/tokens/new, and run the below commands:
```console
GITHUB_PA_TOKEN=ghp_xxxxxxxxxxxxxxxxxxxxxxxxxx
npm install
npm start
```