En Mac, ¿cómo iniciar / habilitar el servicio sshd?
Utilizo la herramienta general de red para escanear los puertos, no encuentro el puerto 22.
Parece que Apple lo deshabilita de forma predeterminada.
Intenté abrir el servicio sshd:
aircraftdeMacBook-Pro:.ssh ldl$ sudo /usr/sbin/sshd
Password:
Could not load host key: /etc/ssh/ssh_host_rsa_key
Could not load host key: /etc/ssh/ssh_host_dsa_key
Could not load host key: /etc/ssh/ssh_host_ecdsa_key
Could not load host key: /etc/ssh/ssh_host_ed25519_key
sshd: no hostkeys available -- exiting.
Pero falló.
¿Cómo abrir el servicio sshd en Mac?
EDIT
También intenté usar ssh-keygen para generar una clave secreta, pero aún no funciona.
ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key
ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key
/usr/sbin/sshd