first push
This commit is contained in:
11
sshd/docker-entrypoint.sh
Normal file
11
sshd/docker-entrypoint.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
cleanup() {
|
||||
exit
|
||||
}
|
||||
trap cleanup HUP INT QUIT TERM
|
||||
|
||||
|
||||
|
||||
echo "root:$(cat $ROOT_PASSWORD_FILE)" | chpasswd
|
||||
/usr/sbin/sshd -D
|
||||
#exec "$@"
|
||||
Reference in New Issue
Block a user