Hi,
Use the secureadmin commands to set up and enable the secure protocols, SSH and SSL.
ex : secureadmin setup -f -q ssh
The -f option forces setup to run even if the SSH server has already been configured.
The -q option is the non-interactive mode for setting up SSH. See the na_secureadmin(1) man
page for more information
After you have set up SecureAdmin to enable SSH and SSL, the following options are set to on:
options ssh.enable
options ssh2.enable (if you enabled SSHv2 during SecureAdmin setup)
options ssh.passwd_auth.enable
options ssh.pubkey_auth.enable
options httpd.admin.ssl.enable
Thanks
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.