summaryrefslogtreecommitdiff
path: root/debian/openssh-client.templates.master
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-05-31 03:04:26 +0000
committerColin Watson <cjwatson@debian.org>2005-05-31 03:04:26 +0000
commit38f80c0a13d58fe27fbf5b2bae09368d3db4c09c (patch)
tree63e0ba3780758f96272fe74a284406080703ae87 /debian/openssh-client.templates.master
parent086880515569ec21401dcdc9d1b191de731b0c5e (diff)
Since ssh-keysign isn't used by default (you need to set EnableSSHKeysign
to "yes" in /etc/ssh/ssh_config), having a debconf question to ask whether it should be setuid is overkill, and the question text had got out of date anyway. Remove this question, ship ssh-keysign setuid in openssh-client.deb, and set a statoverride if the debconf question was previously set to false.
Diffstat (limited to 'debian/openssh-client.templates.master')
-rw-r--r--debian/openssh-client.templates.master12
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/openssh-client.templates.master b/debian/openssh-client.templates.master
deleted file mode 100644
index 1cb84bf04..000000000
--- a/debian/openssh-client.templates.master
+++ /dev/null
@@ -1,12 +0,0 @@
1Template: ssh/SUID_client
2Type: boolean
3Default: true
4_Description: Do you want ssh-keysign to be installed SUID root?
5 You have the option of installing the ssh-keysign helper with the SUID bit
6 set.
7 .
8 If you make ssh-keysign SUID, you will be able to use SSH's Protocol 2
9 host-based authentication.
10 .
11 If in doubt, I suggest you install it with SUID. If it causes problems
12 you can change your mind later by running: dpkg-reconfigure ssh