I've been unable to connect to github
ssh -v git@github.com results in "permission denied (publickey)" error.
Support there says my keys are compromised and openssl version reports "OpenSSL 0.9.8g 19 Oct 2007" which seems to be seriously old since the security warnings about the openssl problems appear to be dated around the middle of 2008.
I recently upgraded to 9.04 from 8.04. When I do
sudo apt-get update
sudo apt-get upgrade
lots of stuff was upgraded but not openssl.
How do I get the latest version of openssl so that I can regen my keys and get onto git?
Thanks...jon
ssh -v git@github.com results in "permission denied (publickey)" error.
Support there says my keys are compromised and openssl version reports "OpenSSL 0.9.8g 19 Oct 2007" which seems to be seriously old since the security warnings about the openssl problems appear to be dated around the middle of 2008.
I recently upgraded to 9.04 from 8.04. When I do
sudo apt-get update
sudo apt-get upgrade
lots of stuff was upgraded but not openssl.
How do I get the latest version of openssl so that I can regen my keys and get onto git?
Thanks...jon
Comment