diff options
author | Colin Watson <cjwatson@debian.org> | 2018-12-06 19:10:49 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2018-12-06 19:10:49 +0000 |
commit | 7b4b5e65b07886ab75168585b313d225a2471322 (patch) | |
tree | 14385c0382fa5b43e6831549cb27790514273207 /debian/openssh-server.install | |
parent | 6f6f2acf0dedd7a6cc1703299cdfe441017e38bd (diff) |
Move /etc/ssh/moduli to openssh-server
It's reasonably large and only used by sshd.
Closes: #858050
Diffstat (limited to 'debian/openssh-server.install')
-rwxr-xr-x | debian/openssh-server.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/openssh-server.install b/debian/openssh-server.install index e0cc13cec..5c166fc02 100755 --- a/debian/openssh-server.install +++ b/debian/openssh-server.install | |||
@@ -1,5 +1,6 @@ | |||
1 | #! /usr/bin/dh-exec | 1 | #! /usr/bin/dh-exec |
2 | 2 | ||
3 | etc/ssh/moduli | ||
3 | usr/sbin/sshd | 4 | usr/sbin/sshd |
4 | usr/share/man/man5/authorized_keys.5 | 5 | usr/share/man/man5/authorized_keys.5 |
5 | usr/share/man/man5/sshd_config.5 | 6 | usr/share/man/man5/sshd_config.5 |