Me gustaría configurar sshd
.
Mi ssh.plist
Disabled
Label
com.openssh.sshd
Program
/usr/libexec/sshd-keygen-wrapper
ProgramArguments
/usr/sbin/ssd
-i
-p 2222
-f /etc/sshd_config
Sockets
Listeners
SockServiceName
ssh
Bonjour
ssh
sftp-ssh
inetdCompatibility
Wait
StandardErrorPath
/dev/null
SHAuthorizationRight
system.preferences
Y el problema está con los argumentos del programa. Cuando vuelvo a cargar la configuración ejecutando:
sudo launchctl unload -w /System/Library/LaunchDaemons/ssh.plist
sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist
ssh sigue escuchando en el puerto 22.
¿Qué estoy haciendo mal?