Skip to content

Commit

Permalink
Add references to README
Browse files Browse the repository at this point in the history
  • Loading branch information
nfultz committed Dec 15, 2023
1 parent 5970210 commit c0fedf9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# sshd Github Key Helper

A Debian package which configures sshd to automatically pull keys from github.


### Build:

Expand All @@ -12,3 +14,9 @@ fakeroot dpkg-deb --build pkg sshd-gh-key-helper.deb
```
sudo dpkg -i sshd-gh-key-helper.deb
```

### References

* https://gist.github.com/sivel/c68f601137ef9063efd7
* https://tldp.org/HOWTO/html_single/Debian-Binary-Package-Building-HOWTO/
* https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html

0 comments on commit c0fedf9

Please sign in to comment.