diff --git a/src/rootfs/entrypoint.sh b/src/rootfs/entrypoint.sh index 039688a..687a3b9 100644 --- a/src/rootfs/entrypoint.sh +++ b/src/rootfs/entrypoint.sh @@ -105,6 +105,9 @@ echo "🤖 Setting SSHD configuration..." echo "HostKey ${ssh_host_key_dir}/ssh_host_ed25519_key" echo "SyslogFacility AUTH" echo "LogLevel VERBOSE" + # Enable MOTD display + echo "PrintMotd yes" + echo "PrintLastLog yes" # Strict authentication echo "PasswordAuthentication no" echo "UsePAM no"