-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Security update #16
Comments
Many thanks to the Telraam team to have still the possibility to access your own telraam device. Much appreciated! |
It is not clear to me how you keep SSH access with the dev image. Both when the pi is in AP mode or when it's connected to the home wifi, SSH access is not possible (at least not on standard port 22). Port seems not open, I guess the service is not running. Anybody had any luck with this? |
That is correct, by default, the SSH service is not running. Take a look at https://github.com/Telraam/Telraam-RPi/blob/master/telraam-dev-image |
How can i login then if it is a random password? |
Hi Thomas, At first startup, the dev image has pi:pi credentials, you can use those credentials to log in the first time and create your own user. |
But it isn't the first time i boot my pi.
Thomas
Op ma 4 mei 2020 om 10:56 schreef Transport & Mobility Leuven - Telraam <
[email protected]>:
… Hi Thomas,
At first startup, the dev image has pi:pi credentials, you can use those
credentials to log in the first time and create your own user.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMBHX6OHJQYFESZ2NDIGKNDRPZ7NTANCNFSM4KXBYYBQ>
.
|
Then you would have to flash the dev image in order to be able to log in. |
We had an issue where the wifi password was shown on the TELRAAM hotspot webpage. You can find the new images at: |
After analysis and extensive testing of the changes, we have made the following modifications to the code and pushed this update to all connected devices in the field. The update includes:
A random password is now generated at every boot. For changing the password, the next command is used:
/bin/echo "pi:$(sudo /usr/bin/openssl rand -base64 12 2>&1)" | sudo /usr/sbin/chpasswd
The new passwords will be 12 bytes pseudo-random, base64 encoded strings.
The new versions of the scripts and image are available.
The consequence of these adaptations, is that active Telraam devices are no longer accessible. If you do want to be able to connect to your device directly, you will need another image with user access. We trust expert users understand the risks. We've made a second image that allows user access. Dev image is available for download at https://telraam-api.net/telraam-dev-image.7z
See https://github.com/Telraam/Telraam-RPi/blob/master/telraam-dev-image for more info.
Happy to receive your feedback!
The text was updated successfully, but these errors were encountered: