[Bug 230534] Re: Improve output of ssh-vulnkey

2008-05-16 Thread Tomas Pospisek
The request should be implemented by the attached patch
*t

** Attachment added: "ssh-vulnkey.patch"
   http://launchpadlibrarian.net/14564955/ssh-vulnkey.patch

-- 
Improve output of ssh-vulnkey
https://bugs.launchpad.net/bugs/230534
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 230534] Re: Improve output of ssh-vulnkey

2008-05-16 Thread Tomas Pospisek
well the comment was overly short. Here's the output of ssh-vulnkey
before the patch:

# ./ssh-vulnkey -a
Not blacklisted: 2048 a6:d5:5c:58:c6:ed:37:13:50:c1:aa:3c:a4:6c:87:c0 
/etc/ssh/ssh_host_rsa_key 
Not blacklisted: 1024 bf:f4:74:b3:f7:1a:32:b2:8e:e8:b9:81:58:45:a4:14 
/etc/ssh/ssh_host_dsa_key 
Not blacklisted: 2048 f6:04:5d:ee:55:a2:03:c7:6a:da:9a:0a:d1:df:fd:00 
/home/baz/.ssh/id_rsa 
Not blacklisted: 2048 d6:2d:4b:11:6e:a0:68:17:18:14:55:8d:c6:6c:87:da [EMAIL 
PROTECTED]

and after the patch:

# ./ssh-vulnkey -a
Not blacklisted: 2048 a6:d5:5c:58:c6:ed:37:13:50:c1:aa:3c:a4:6c:87:c0 
/etc/ssh/ssh_host_rsa_key 
Not blacklisted: 1024 bf:f4:74:b3:f7:1a:32:b2:8e:e8:b9:81:58:45:a4:14 
/etc/ssh/ssh_host_dsa_key 
Not blacklisted: 2048 f6:04:5d:ee:55:a2:03:c7:6a:da:9a:0a:d1:df:fd:00 
/home/baz/.ssh/id_rsa 
Not blacklisted: 2048 d6:2d:4b:11:6e:a0:68:17:18:14:55:8d:c6:6c:87:da 
/home/baz/.ssh/authorized_keys [EMAIL PROTECTED]

-- 
Improve output of ssh-vulnkey
https://bugs.launchpad.net/bugs/230534
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 230534] Re: Improve output of ssh-vulnkey

2008-05-16 Thread Tomas Pospisek
Doesn't seem to work reliably on all machines though... :-/

-- 
Improve output of ssh-vulnkey
https://bugs.launchpad.net/bugs/230534
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 230534] Re: Improve output of ssh-vulnkey

2008-05-25 Thread Colin Watson
Fixed (independently) in my Debian CVS repository.

** Changed in: openssh (Debian)
   Importance: Undecided => Unknown
 Bugwatch: None => Debian Bug tracker #481398
   Status: New => Unknown

** Changed in: openssh (Ubuntu)
 Assignee: (unassigned) => Colin Watson (kamion)
   Status: New => Fix Committed

-- 
Improve output of ssh-vulnkey
https://bugs.launchpad.net/bugs/230534
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 230534] Re: Improve output of ssh-vulnkey

2008-05-25 Thread Bug Watch Updater
** Changed in: openssh (Debian)
   Status: Unknown => Fix Committed

-- 
Improve output of ssh-vulnkey
https://bugs.launchpad.net/bugs/230534
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 230534] Re: Improve output of ssh-vulnkey

2008-05-29 Thread Colin Watson
openssh (1:4.7p1-11) unstable; urgency=low

  * Make init script depend on $syslog, and fix some other dependency
glitches (thanks, Petter Reinholdtsen; closes: #481018).
  * Remove 0 and 6 from Default-Stop in init script (thanks, Kel Modderman;
closes: #481151).
  * Restore OOM killer adjustment for child processes (thanks, Vaclav Ovsik;
closes: #480020).
  * Allow building with heimdal-dev (LP: #125805).

  * Check RSA1 keys without the need for a separate blacklist. Thanks to
Simon Tatham for the idea.
  * Generate two keys with the PID forced to the same value and test that
they differ, to defend against recurrences of the recent Debian OpenSSL
vulnerability.
  * Recommend openssh-blacklist from openssh-client (closes: #481187).
  * Recommend openssh-blacklist-extra from openssh-client and
openssh-server.
  * Make ssh-vulnkey report the file name and line number for each key
(thanks, Heiko Schlittermann and Christopher Perry; closes: #481398).
  * Check for blacklists in /usr/share/ssh/ as well as /etc/ssh/ (see
#481283).
  * Log IP addresses of hosts attempting to use blacklisted keys (closes:
#481721).
  * Incorporate various ssh-vulnkey suggestions from Hugh Daniel:
- Add -v (verbose) option, and don't print output for keys that have a
  blacklist file but that are not listed unless in verbose mode.
- Move exit status documentation to a separate section.
- Document key status descriptions.
- Add key type to output.
- Fix error output if ssh-vulnkey fails to read key files, with the
  exception of host keys unless -a was given.
- In verbose mode, output the name of each file examined.
  * Handle leading IP addresses in ssh-vulnkey input (LP: #230497).
  * Fix various ssh-vulnkey problems pointed out by Solar Designer:
- Fix some buffer handling inconsistencies.
- Use xasprintf to build user key file names, avoiding truncation
  problems.
- Drop to the user's UID when reading user keys with -a.
- Use EUID rather than UID when run with no file names and without -a.
- Reword "Unknown (no blacklist information)" to "Unknown (blacklist
  file not installed)".

  * Fix typo in ssh/vulnerable_host_keys message (thanks, Esko Arajärvi).
  * debconf template translations:
- Update Finnish (thanks, Esko Arajärvi; closes: #481530).
- Update French (thanks, Christian Perrier; closes: #481576).
- Update Norwegian Bokmål (thanks, Bjørn Steensrud; closes: #481591).
- Update Galician (thanks, Jacobo Tarrio; closes: #481596).
- Update Japanese (thanks, Kenshi Muto; closes: #481621).
- Update Czech (thanks, Miroslav Kure; closes: #481624).
- Update German (thanks, Helge Kreutzmann; closes: #481676).
- Update Portuguese (thanks, Ricardo Silva; closes: #481781).
- Update Basque (thanks, Piarres Beobide; closes: #481836).
- Update Bulgarian (thanks, Damyan Ivanov; closes: #481870).
- Update Vietnamese (thanks, Clytie Siddall; closes: #481876).
- Update Spanish (thanks, Javier Fernandez-Sanguino Peña; closes:
  #482341).
- Update Turkish (thanks, Mert Dirik; closes: #482548).
- Update Russian (thanks, Yuri Kozlov; closes: #482887).
- Update Swedish (thanks, Martin Bagge; closes: #482464).
- Update Italian (thanks, Luca Monducci; closes: #482808).

 -- Colin Watson <[EMAIL PROTECTED]>  Mon, 26 May 2008 12:21:39 +0100

** Changed in: openssh (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
Improve output of ssh-vulnkey
https://bugs.launchpad.net/bugs/230534
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs