X-Git-Url: https://git.distorted.org.uk/~mdw/misc/blobdiff_plain/acc156eb728a5458e8db862f5108cb92d1b6908b..b9ee4e831fd0ec859702eafdfec8fef4475eb028:/debian/control diff --git a/debian/control b/debian/control index e8f226e..fa05cca 100644 --- a/debian/control +++ b/debian/control @@ -29,7 +29,8 @@ Depends: space, getpass, hush, - with-umask + with-umask, + sshsvc-mkauthkeys Description: Dummy package for convenience. Package: mdwopt-perl @@ -167,3 +168,12 @@ Description: Run a command, hiding its output in a logfile unless it fails where you get spammed with uninteresting success reports. hush runs a command, logging its output, but, unless the command actually fails, it produces no output of its own. + +Package: sshsvc-mkauthkeys +Architecture: all +Section: utils +Description: Construct .ssh/authorized_keys files for SSH services. + SSH is a fine way to provide services to external users. It conveniently + takes care of details like authenticating users and encrypting + communications. Unfortunately, managing the key files is rather painful. + This simple script does a lot of the heavy lifting.