On Tuesday 22 February 2011 14:51:31 Mick wrote:
> On 22 February 2011 14:19,  <dhk...@optonline.net> wrote:
> > ----- Original Message -----
> > From: Mick
> > 
> >> There was a change in the default ssh encryption algorithm. You may
> >> want to check if that is causing the problem.
> > 
> > How would I do that?
> 
> By examining your config files?  Previously your keys would be in
> ~/.ssh/id_dsa[rsa].pub, but now with ECDSA being the default they
> would be in ~/.ssh/id_ecdsa.pub
> 
> I recall something being mentioned in the elog asking to regenerate
> the key-pair.
> 
> HTH.

If this is the case, you could try speciying your key on the command-line 
using the "-i" flag:

# ssh -i .ssh/id_dsa.pub <host....>

Replace the file with the one on your machine.

HTH,

Joost

Reply via email to