mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-02 18:34:58 +00:00
Warn the user in the MOTD Add "(ns: getty)" or "(ns: sshd)" to the PS1 Use `agetty` and `-a root` to ensure we get a login shell when insecure Signed-off-by: Dave Tucker <dt@docker.com>
2 lines
30 B
Bash
2 lines
30 B
Bash
export PS1="(ns: getty) $PS1"
|