An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Print Public Key Tool of Github for Open SSH Server

* Build Status: [![CircleCI](https://dl.circleci.com/status-badge/img/gh/ssobue/gh-pubkey/tree/master.svg?style=svg)](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
```