We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f0789 commit ef0969cCopy full SHA for ef0969c
src/rootfs/entrypoint.sh
@@ -105,6 +105,9 @@ echo "🤖 Setting SSHD configuration..."
105
echo "HostKey ${ssh_host_key_dir}/ssh_host_ed25519_key"
106
echo "SyslogFacility AUTH"
107
echo "LogLevel VERBOSE"
108
+ # Enable MOTD display
109
+ echo "PrintMotd yes"
110
+ echo "PrintLastLog yes"
111
# Strict authentication
112
echo "PasswordAuthentication no"
113
echo "UsePAM no"
0 commit comments