Skip to content

Commit

Permalink
Set up sshd
Browse files Browse the repository at this point in the history
  • Loading branch information
atarassov-ttd committed Oct 16, 2024
1 parent 858de3a commit 72307fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/aws/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ cd /app

# -- start sshd
sleep 5
mkdir -p /run/sshd || :
mkdir -p /root/.ssh || :
echo ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEddtEP+j1iyHilX9QfPuA58JHOzsO0Kt4HO9d9QIdut >/root/.ssh/authorized_keys
echo "Starting sshd"
/sbin/sshd
sleep 5
Expand Down

0 comments on commit 72307fe

Please sign in to comment.