diff options
author | Colin Watson <cjwatson@debian.org> | 2004-07-31 03:22:20 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2004-07-31 03:22:20 +0000 |
commit | 9749ef7f9b382d743b186bf06c7c2aeb0b9bebee (patch) | |
tree | aadbcc936c4e05d344f3ae856925b62bafc8debb /debian/openssh-client.templates.master | |
parent | c57fe5be57af965042484e8669767f95e558b0ef (diff) |
* Split the ssh binary package into openssh-client and openssh-server
(closes: #39741). openssh-server depends on openssh-client for some
common functionality; it didn't seem worth creating yet another package
for this.
* New transitional ssh package, depending on openssh-client and
openssh-server. May be removed once nothing depends on it.
* When upgrading from ssh to openssh-{client,server}, it's very difficult
for the maintainer scripts to find out what version we're upgrading from
without dodgy dpkg hackery. I've therefore taken the opportunity to move
a couple of debconf notes into NEWS files, namely ssh/ssh2_keys_merged
and ssh/user_environment_tell.
* In general, upgrading to this version directly from woody without first
upgrading to the version in sarge is not currently guaranteed to work
very smoothly due to the aforementioned version discovery problems.
Diffstat (limited to 'debian/openssh-client.templates.master')
-rw-r--r-- | debian/openssh-client.templates.master | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/openssh-client.templates.master b/debian/openssh-client.templates.master new file mode 100644 index 000000000..2a9594c66 --- /dev/null +++ b/debian/openssh-client.templates.master | |||
@@ -0,0 +1,12 @@ | |||
1 | Template: ssh/SUID_client | ||
2 | Type: boolean | ||
3 | Default: true | ||
4 | _Description: Do you want /usr/lib/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 | ||