dropbear.README.Debian 815 B

12345678910111213141516171819
  1. Dropbear for Debian
  2. -------------------
  3. This package will attempt to setup the Dropbear ssh server to listen on
  4. port 22. If the OpenSSH server package ("openssh-server") is installed,
  5. the file /etc/default/dropbear will be set up so that the server does not
  6. start by default.
  7. You can run Dropbear concurrently with OpenSSH 'sshd' by modifying
  8. /etc/default/dropbear so that "NO_START" is set to "0", and changing the
  9. port number that Dropbear runs on. Follow the instructions in the file.
  10. This package suggests you install the "openssh-client" package, which
  11. provides the "ssh" client program, as well as the "/usr/bin/scp" binary
  12. you will need to be able to retrieve files via SCP from a server running
  13. Dropbear.
  14. See the Dropbear homepage for more information:
  15. http://matt.ucc.asn.au/dropbear/dropbear.html