diff options
author | Colin Watson <cjwatson@debian.org> | 2003-09-01 18:21:02 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2003-09-01 18:21:02 +0000 |
commit | 0bb3622af79c6402a15e88ce1290cbc776392403 (patch) | |
tree | 0b4cf129e0c2f9654e9de22977cbe276bf03e406 /debian/templates | |
parent | 2b89c091812295ccae1542bdf2c58b7128975192 (diff) |
Debian release 3.5p1-3.
Diffstat (limited to 'debian/templates')
-rw-r--r-- | debian/templates | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/templates b/debian/templates index b56f8a5ec..ea8565d29 100644 --- a/debian/templates +++ b/debian/templates | |||
@@ -149,3 +149,15 @@ Description: Do you want to run the sshd server ? | |||
149 | If you are only interested in using the ssh client for outbound | 149 | If you are only interested in using the ssh client for outbound |
150 | connections on this machine, and don't want to log into it at all | 150 | connections on this machine, and don't want to log into it at all |
151 | using ssh, then you can disable sshd here. | 151 | using ssh, then you can disable sshd here. |
152 | |||
153 | Template: ssh/user_environment_tell | ||
154 | Type: note | ||
155 | Description: Environment options on keys have been deprecated | ||
156 | This version of OpenSSH disables the environment option for public keys by | ||
157 | default, in order to avoid certain attacks (for example, LD_PRELOAD). If | ||
158 | you are using this option in an authorized_keys file, beware that the keys | ||
159 | in question will no longer work until the option is removed. | ||
160 | . | ||
161 | To re-enable this option, set "PermitUserEnvironment yes" in | ||
162 | /etc/ssh/sshd_config after the upgrade is complete, taking note of the | ||
163 | warning in the sshd_config(5) manual page. | ||