De acordo com a página de manual em sshd(8)
:
-i Specifies that sshd is being run from inetd(8). sshd is normally
not run from inetd because it needs to generate the server key
before it can respond to the client, and this may take tens of
seconds. Clients would have to wait too long if the key was
regenerated every time. However, with small key sizes (e.g. 512)
using sshd from inetd may be feasible.
Estou um pouco confuso sobre o que fazer com a opção. No Mac em que estou trabalhando, o Apple Launchd ssh.plist
inclui a opção. Mas a Apple não usa inetd(8)
e as chaves já existem.
Devo estar usando a -i
opção no OS X?
inetd
(com exclusão de todos os outros daemons de inicialização).