Jul 04

UUPC Logo

Laura Cowen, Alan Pope, Dave Walker and Tony Whitmore present the ninth episode of the Ubuntu UK Podcast.

This fun packed episode brings us:

  • Discussion:
  • Competition:
    • The competition from Episode 8 is still open. It will end on the 12th July. (we have extended the competition due to the last episode being late).

Listen on http://podcast.ubuntu-uk.org or subscribe below:

High quality feeds


Low quality feeds



May 27

Later than scheduled the Ubuntu UK Podcast release their sixth episode, we think it was worth the wait - and we hope you agree.  This episode, brought to you from Alan Pope, Dave Walker and Tony Whitmore is a special episode recorded at the Ubuntu Developer Summit (UDS).

In this edition, we have a lengthy interview with Mark Shuttleworth, where he talks about Gobuntu, reactions to a recent blog post of his, the ssl/libssl issue and it’s handling and much more.  We also have a competition for the much sought after Canonical store vouchers. :)

http://podcast.ubuntu-uk.org/

You can grab it in MP3/Ogg high & low quality or listen using the embedded flash player.  You can also subscribe to our RSS feed using your favorite client, to auto download new episodes.

We are always looking for extra content, if you have any suggestions, letters or idea for an interview (either phone or in person) - please email podcast@ubuntu-uk.org

Listen on http://podcast.ubuntu-uk.org or subscribe below:

High quality feeds



Low quality feeds



May 13

EDIT: As per https://lists.ubuntu.com/archives/ubuntu-security-announce/2008-May/000706.html , upgrading the package will test the sshd key, amongst other things.

It would appear that the openssl algorithm used to generate the ssh or ssl keys for Ubuntu and Debian isn’t as random as required to be secure, and is therefore vulnerable to brute force attack.

As outlined: http://www.ubuntu.com/usn/usn-612-1

Thankfully Debian security team have written a pretty nifty perl script to help find if your keys are weak!

So ensure you have upgraded to the latest libssl0.9.8 package (as outlined in the USN) then:

To test the public key fingerprint on a server, do the following:

$ wget http://security.debian.org/project/extra/dowkd/dowkd.pl.gz
$ gunzip dowkd.pl.gz

$ chmod +x dowkd.pl
$ ./dowkd.pl file /etc/ssh/ssh_host_{dsa,rsa}_key.pub 2>/dev/null

This will tell you if the public key is weak.  If it is, you should move/remove the key pair, then generate a new pair with:

$ sudo dpkg-reconfigure -plow openssh-server

Authorized keys, that can login using key based authentication.

$ ./dowkd.pl file ~/.ssh/authorized_keys 2>/dev/null

This will return any weak keys that are authorized to login using key based authentication, these entries should be removed and a new one generated and added to the file.

To see if your own user key(s) is vulnerable:

$ ./dowkd.pl file ~/.ssh/id_{rsa,dsa}.pub 2>/dev/null

If it is, you should remove the key - and create a new one using “ssh-keygen”,  and redistribute the public key (including to Launchpad)

NOTE: you should test all user keys on the system.  Might be worth saving any weak key’s, incase you do get locked out of a system.

Please pass this on to anyone using SSH.

EDIT: As per https://lists.ubuntu.com/archives/ubuntu-security-announce/2008-May/000706.html , upgrading the package will test the sshd key, amongst other things.

Apr 07

Ubuntu UK PodcastI’m happy to announce that the Ubuntu UK LoCo has put together their third episode of their podcast.  This one includes a discussion on Command line versus GUI, Mythbuntu and due to demand, how the podcast is put together.  This is followed by a news section.

You can grab it in MP3/Ogg high & low quality or listen using the embedded flash player.  You can also subscribe to our RSS feed using your favorite client, to auto download new episodes.

We are always looking for extra content, if you have any suggestions, letters or idea for an interview (either phone or in person) - please email podcast@ubuntu-uk.org

Listen on http://podcast.ubuntu-uk.org or subscribe below:

High quality feeds


Low quality feeds