Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 581 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 581 Bytes

Print Public Key Tool of Github for Open SSH Server

  • Build Status: CircleCI

Build and Install the Binaries from Source

  • get dependencies
$ make get
  • build
$ make cross-build
  • packaging
$ make dist
  • set AuthorizedKeysCommand to Open SSH Server Configure File(sshd_config)
AuthorizedKeysCommand /path/to/gh-pubkey
AuthorizedKeysCommandUser nobody