https://github.com/ssobue/gh-pubkey
Print Public Key Tool of Github for Open SSH Server
https://github.com/ssobue/gh-pubkey
golang openssh-server
Last synced: about 1 year ago
JSON representation
Print Public Key Tool of Github for Open SSH Server
- Host: GitHub
- URL: https://github.com/ssobue/gh-pubkey
- Owner: ssobue
- Created: 2017-11-30T15:36:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-21T14:13:49.000Z (about 1 year ago)
- Last Synced: 2025-05-07T22:06:43.104Z (about 1 year ago)
- Topics: golang, openssh-server
- Language: Makefile
- Size: 63.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Print Public Key Tool of Github for Open SSH Server
* Build Status: [](https://dl.circleci.com/status-badge/redirect/gh/ssobue/gh-pubkey/tree/master)
Build and Install the Binaries from Source
---
* get dependencies
```bash
$ make get
```
* build
```bash
$ make cross-build
```
* packaging
```bash
$ make dist
```
* set AuthorizedKeysCommand to Open SSH Server Configure File(`sshd_config`)
```
AuthorizedKeysCommand /path/to/gh-pubkey
AuthorizedKeysCommandUser nobody
```