Thanks, Martin; works for me as well. It didn't break ssh from a Windows host for me at all, by the way, using putty 0.63.
Chavdar On Thu Oct 30 2014 at 7:41:25 AM Martin Husemann <[email protected]> wrote: > On Wed, Oct 29, 2014 at 03:03:09PM +0000, Chavdar Ivanov wrote: > > Hi, > > > > Perhaps a newbie question - with the latest updates to ssh I've lost the > > capability to ssh from a Solaris 10 (or OpenIndiana) host to a > > NetBSD-current server: > > > > - from an old Solaris 10 machine: > > [srv1] / # ssh support6 > > no kex alg > > > > - from an OpenIdiana (latest hipster): > > > > ci@uksup4:~$ ssh xci@support6 > > no common kex alg: client > > See http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=49297, > I ended up adding > > Ciphers aes128-ctr,aes192-ctr,aes256-ctr,[email protected],aes > [email protected],[email protected],aes128-cbc > > KexAlgorithms [email protected],ecdh-sha2-nistp256,ecdh-sha2- > nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange- > sha256,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 > > to my /etc/ssh/sshd_config file in a similar case - you may only need the > KexAlgorithms part. > > > Martin >
