openssh-server.postinst 214 B

12345
  1. #!/bin/sh
  2. . $IPKG_INSTROOT/etc/functions.sh
  3. add_user sshd $(get_next_uid) $(get_next_gid) /var/run/sshd
  4. add_group sshd $(get_next_gid)
  5. add_rcconf 'use "NO" to disable always, "AUTO" if dropbear is on' openssh AUTO