I have one SUSE Linux, that is configured with the following KexAlgorithms,
KexAlgorithms ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
So, when i am trying to configure the same in my Sol10 host am facing with the following error , while restarting the SSH service, post sshd_config alterations
[ Mar 27 18:31:53 Executing start method ("/lib/svc/method/sshd start") ]
/etc/ssh/sshd_config: line 156: Bad configuration option: KexAlgorithms
/etc/ssh/sshd_config: terminating, 1 bad configuration options
[ Mar 27 18:31:53 Method "start" exited with status 255 ]
[ Mar 27 18:31:53 Executing start method ("/lib/svc/method/sshd start") ]
/etc/ssh/sshd_config: line 156: Bad configuration option: KexAlgorithms
/etc/ssh/sshd_config: terminating, 1 bad configuration options
[ Mar 27 18:31:53 Method "start" exited with status 255 ]
[ Mar 27 18:31:53 Executing start method ("/lib/svc/method/sshd start") ]
/etc/ssh/sshd_config: line 156: Bad configuration option: KexAlgorithms
/etc/ssh/sshd_config: terminating, 1 bad configuration options
[ Mar 27 18:31:53 Method "start" exited with status 255 ]
So, does Solaris 10 support KexAlgoriths.
Pls Help