[opennebula-docker] 0.2.7: bump sshd port to 2222
This commit is contained in:
parent
67263b23b4
commit
807ff2a66e
3 changed files with 5 additions and 0 deletions
1
opennebula-docker/Dockerfile_0.2.7
Symbolic link
1
opennebula-docker/Dockerfile_0.2.7
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
Dockerfile_0.2.2
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue