If you want to permanently enable the SSH service, type the following commands at a prompt:
$ sudo -s
# sys_ssh -s START
To permanently disable the SSH:
$ sudo -s
# sys_ssh -s STOP