Skip to content

Instantly share code, notes, and snippets.

@ethanpil
Last active November 4, 2022 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ethanpil/539cbbe58444dd57c17dda867314612b to your computer and use it in GitHub Desktop.
Save ethanpil/539cbbe58444dd57c17dda867314612b to your computer and use it in GitHub Desktop.
Install Drop Bear SSH Deamon on Alpine Linux
#Install Dropbear
apk add dropbear
#Start the service
rc-service dropbear start
#Add it to the default runlevel
rc-update add dropbear
#Settings in /etc/conf.d/dropbear
#You can use ~/.ssh/authorized_keys in the same way as with OpenSSH
#Enable SFTP
apk add openssh-sftp-server openssh-client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment