Is the 'Pixel' prompt able to take web links?
If so it would be a nice to add with a link to more information, so pupils, educators etc could find out why it's a risk and a bit of background etc...
Re: New Raspbian release "2016-11-25"
It's written in Zenity, which is pretty limited; I'm not sure a web link embedded in the text would work, but it ought be possible to add a "more info" button to open a web page in the default browser, which would indeed be a nice feature.bensimmo wrote:Is the 'Pixel' prompt able to take web links?
If so it would be a nice to add with a link to more information, so pupils, educators etc could find out why it's a risk and a bit of background etc...
- pi-anazazi
- Posts: 937
- Joined: Fri Feb 13, 2015 9:22 pm
- Location: EU
Re: New Raspbian release "2016-11-25"
@AloaPi
OMG, mind your blood pressure, not healthy such online conniption
OMG, mind your blood pressure, not healthy such online conniption

Kind regards
anazazi
anazazi
Re: New Raspbian release "2016-11-25"
The fix for the various ssh password prompt issues is now available - to get it, "sudo apt-get update" followed by "sudo apt-get install raspberrypi-sys-mods pprompt"
If you have removed passwordless sudo for your user account, you will still get security warnings when the scripts run at boot - this will be fixed in a future update, but for now, just uninstall the pprompt package and delete /etc/profile.d/sshpasswd.sh (If you have already removed passwordless sudo, you presumably don't need us to prompt you to do sensible things with regards passwords and ssh...)
If you have removed passwordless sudo for your user account, you will still get security warnings when the scripts run at boot - this will be fixed in a future update, but for now, just uninstall the pprompt package and delete /etc/profile.d/sshpasswd.sh (If you have already removed passwordless sudo, you presumably don't need us to prompt you to do sensible things with regards passwords and ssh...)
- DougieLawson
- Posts: 40795
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
- Contact: Website Twitter
Re: New Raspbian release "2016-11-25"
Simon, pm me with a beta test version and I'll try it for you. Won't happen today, I'm away from home and the 'Net is a bit patchy.
Any language using left-hand whitespace for syntax is ridiculous
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Re: New Raspbian release "2016-11-25"
No need for a PM - as per my post above, it is already in apt.DougieLawson wrote:Simon, pm me with a beta test version and I'll try it for you. Won't happen today, I'm away from home and the 'Net is a bit patchy.
-
- Posts: 2
- Joined: Sat Feb 17, 2018 8:10 pm
Re: New Raspbian release "2016-11-25"
Is it a persistant setting?
As in on first boot it activates SSH, but deletes the file...say you then do
Then
Will SSH be on on the next boot?
Or will/should one go into raspi-config and manually turn on peristant SSH on option?
As in on first boot it activates SSH, but deletes the file...say you then do
Code: Select all
# apt update && apt upgrade -y
Code: Select all
#reboot
Or will/should one go into raspi-config and manually turn on peristant SSH on option?
Re: New Raspbian release "2016-11-25"
From the Raspberry Pi Foundation documentation at https://www.raspberrypi.org/documentati ... /README.md
Whether SSH is enabled from the raspi-config utility or via the ssh marker file, the setting is persistent and should survive a reboot of Raspbian.
So it is expected behaviour that the file is deleted.For headless setup, SSH can be enabled by placing a file named ssh, without any extension, onto the boot partition of the SD card from another computer. When the Pi boots, it looks for the ssh file. If it is found, SSH is enabled and the file is deleted. The content of the file does not matter; it could contain text, or nothing at all.
Whether SSH is enabled from the raspi-config utility or via the ssh marker file, the setting is persistent and should survive a reboot of Raspbian.