On Mon, May 4, 2015 at 11:42 AM, Jason Lawrence <[email protected]> wrote: > Looks like the SSH version supplied with SmartOS does not support the latest > OpenSSH key exchange algos out of the box: > > Remote server is running: > OpenSSH_6.7p1, OpenSSL 1.0.1l 15 Jan 2015 > > $ uname -a > SunOS myhost 5.11 joyent_20150205T075858Z i86pc i386 i86pc Solaris > $ ssh -V > Sun_SSH_1.5, SSH protocols 1.5/2.0, OpenSSL 0x1000108f > $ ssh remotehost > no common kex alg: client > 'diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1', server > '[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1' > > Should I just override in my ~/.ssh/config or is there a more proper way to > handle this?
Right, the "SSH version supplied with SmartOS" is a different implementation, it is "SUN_SSH" as shown in the output above, nominally there is an effort to implement recent ssh features in sunssh, https://www.illumos.org/projects/illumos-gate/search?q=sunssh At this time, in your scenario, it might make sense to install and configure the openssh client, which comes with: $ pkgin install openssh $ /opt/local/bin/ssh -V OpenSSH_6.6p1-hpn14v4, OpenSSL 1.0.2a 19 Mar 2015 Hope that helps, Lloyd ------------------------------------------- smartos-discuss Archives: https://www.listbox.com/member/archive/184463/=now RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00 Modify Your Subscription: https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb Powered by Listbox: http://www.listbox.com
