mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-12-22 12:10:07 +09:00
parent
4d1dc2e245
commit
84a6c79380
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -4,6 +4,7 @@ raspi-config (20200109) UNRELEASED; urgency=medium
|
||||
* Handle cases where SUDO_USER is unset
|
||||
* Fix VNC options
|
||||
* Install required packages when changing GL settings
|
||||
* Add warning when enabling SSH
|
||||
|
||||
-- Serge Schneider <serge@raspberrypi.org> Thu, 09 Jan 2020 14:38:50 +0000
|
||||
|
||||
|
@ -758,7 +758,9 @@ do_ssh() {
|
||||
DEFAULT=
|
||||
fi
|
||||
if [ "$INTERACTIVE" = True ]; then
|
||||
whiptail --yesno "Would you like the SSH server to be enabled?" $DEFAULT 20 60 2
|
||||
whiptail --yesno \
|
||||
"Would you like the SSH server to be enabled?\n\nCaution: Default and weak passwords are a security risk when SSH is enabled!" \
|
||||
$DEFAULT 20 60 2
|
||||
RET=$?
|
||||
else
|
||||
RET=$1
|
||||
|
Loading…
Reference in New Issue
Block a user