[opennebula-docker] 0.2.7: bump sshd port to 2222

This commit is contained in:
Nico Schottelius 2026-05-30 21:57:07 +02:00
commit 807ff2a66e
3 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1 @@
Dockerfile_0.2.2

View file

@ -1,3 +1,5 @@
* 0.2.7, 2026-05-30
- Adjust SSHD port
* 0.2.6, 2026-05-30
- Remove shell script error
* 0.2.5, 2026-05-30

View file

@ -10,6 +10,8 @@ if [ "$ONEADMIN_SSH_KEY" ]; then
su - oneadmin -c "umask 077; mkdir -p ~/.ssh; echo ${ONEADMIN_SSH_KEY} > ~/.ssh/authorized_keys"
fi
# Patch SSHD port to avoid conflicts
echo Port 2222 >> /etc/ssh/sshd_config
/etc/init.d/ssh start
# Setup libvirtd secret