diff options
author | Colin Watson <cjwatson@debian.org> | 2006-10-04 21:15:30 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2006-10-04 21:15:30 +0000 |
commit | ac2843e83c71f92a60854e544f6fcb4c086bcd9e (patch) | |
tree | c43ff22da7c9dee12220287821aa78ad8c05ef09 /debian/openssh-server.templates.master | |
parent | 363f7150d6a074307c3a775058888fe064dcae15 (diff) |
* Remove ssh/insecure_telnetd check altogether (closes: #391081).
Diffstat (limited to 'debian/openssh-server.templates.master')
-rw-r--r-- | debian/openssh-server.templates.master | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/debian/openssh-server.templates.master b/debian/openssh-server.templates.master index 4511e156e..d6432646d 100644 --- a/debian/openssh-server.templates.master +++ b/debian/openssh-server.templates.master | |||
@@ -28,14 +28,6 @@ _Description: Do you want to continue (and risk killing active ssh sessions)? | |||
28 | You can fix this by adding "--pidfile /var/run/sshd.pid" to the | 28 | You can fix this by adding "--pidfile /var/run/sshd.pid" to the |
29 | start-stop-daemon line in the stop section of the file. | 29 | start-stop-daemon line in the stop section of the file. |
30 | 30 | ||
31 | Template: ssh/insecure_telnetd | ||
32 | Type: error | ||
33 | _Description: Warning: telnetd is installed --- probably not a good idea | ||
34 | I'd advise you to either remove the telnetd package (if you don't actually | ||
35 | need to offer telnet access) or install telnetd-ssl so that there is at | ||
36 | least some chance that telnet sessions will not be sending unencrypted | ||
37 | login/password and session information over the network. | ||
38 | |||
39 | Template: ssh/encrypted_host_key_but_no_keygen | 31 | Template: ssh/encrypted_host_key_but_no_keygen |
40 | Type: note | 32 | Type: note |
41 | _Description: Warning: you must create a new host key | 33 | _Description: Warning: you must create a new host key |