In openssh is it possible edit ssh_config or sshd_config files to enable only TLS 1.2 supporting ciphers and disable tls1.1 and below, sslv3 and below so that the SSH connection uses only TLS 1.2 ???
I could achieve something similar to lighttpd by editing the lightpd.conf file.
Thanks!