[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#759300: marked as done (wheezy-pu: package live-config/3.0.23-1+deb7u1)



Your message dated Sat, 18 Oct 2014 12:06:30 +0100
with message-id <E1XfRqA-0002SR-JM@jacala>
and subject line Closing bugs for updates in 7.7
has caused the Debian Bug report #759300,
regarding wheezy-pu: package live-config/3.0.23-1+deb7u1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
759300: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759300
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: wheezy
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,
  After talking with Daniel, we agreed to update the patch for this (non-
critical security) bug via spu. This will allow to build the next debian-live 
without the vulnerability.
  The problem is the following: Debian-live allows to SSH access with default 
user and password. The patch disable ssh password authentication.
  The debdiff is attached.

Thanks!

/luciano
diff -Nru live-config-3.0.23/debian/changelog live-config-3.0.23/debian/changelog
--- live-config-3.0.23/debian/changelog	2013-04-25 19:36:15.000000000 +0200
+++ live-config-3.0.23/debian/changelog	2014-08-26 00:48:24.000000000 +0200
@@ -1,3 +1,10 @@
+live-config (3.0.23-1+deb7u1) wheezy-proposed-updates; urgency=medium
+
+  * Non-maintainer upload.
+  * Disbaling ssh password authentication by default (Closes: #741678)
+
+ -- Luciano Bello <luciano@debian.org>  Tue, 26 Aug 2014 00:44:04 +0200
+
 live-config (3.0.23-1) unstable; urgency=low
 
   * Loading fglrx module with --ignore-install like the nvidia ones too.
diff -Nru live-config-3.0.23/debian/patches/PasswordAuthentication_no live-config-3.0.23/debian/patches/PasswordAuthentication_no
--- live-config-3.0.23/debian/patches/PasswordAuthentication_no	1970-01-01 01:00:00.000000000 +0100
+++ live-config-3.0.23/debian/patches/PasswordAuthentication_no	2014-08-26 00:43:49.000000000 +0200
@@ -0,0 +1,11 @@
+--- a/scripts/config/1170-openssh-server
++++ b/scripts/config/1170-openssh-server
+@@ -35,6 +35,8 @@
+ 		fi
+ 	done
+ 
++	sed -i -e 's|#\(PasswordAuthentication\) yes|\1 no|' /etc/ssh/sshd_config
++
+ 	case "${_SSH}" in
+ 		true)
+ 			# Creating state file
diff -Nru live-config-3.0.23/debian/patches/series live-config-3.0.23/debian/patches/series
--- live-config-3.0.23/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ live-config-3.0.23/debian/patches/series	2014-08-26 00:43:09.000000000 +0200
@@ -0,0 +1 @@
+PasswordAuthentication_no

--- End Message ---
--- Begin Message ---
Version: 7.7

The upload discussed in this bug was included in the 7.7 point release.

Regards,

Adam

--- End Message ---

Reply to: