From c0fedf9e65fe6ef71a4ddf7d0a1389d355dac6a5 Mon Sep 17 00:00:00 2001 From: Neal Fultz Date: Fri, 15 Dec 2023 03:53:58 +0000 Subject: [PATCH] Add references to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5de0e69..e5dafbe 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # sshd Github Key Helper +A Debian package which configures sshd to automatically pull keys from github. + ### Build: @@ -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