Newer
Older
alpine-ssh-container / start_ssh.sh
@edoko edoko on 24 Apr 171 bytes Initial Commit
#!/bin/bash

# If we dont do that ssh service crashes because of openrc run policy.
touch /run/openrc/softlevel
rc-service sshd restart
# Drop to the bash shell
/bin/bash