diff options
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 | ||