#76 Raspberry PI image usernames and passwords

closed
Ingo
None
2020-02-08
2020-01-08
Daniele
No

Good morning,

Can I have:
https://forge.codesys.com/trg/raspberry-pi/wiki/Home/#realtime-patch
https://forge.codesys.com/trg/raspberry-pi/images/HEAD/tarball
raspberry-pi-images-r2-trunk.zip

root and users credentials?

(usernames and passwords)

Thanks in advance for your kind assistance.

1 Attachments

Discussion

  • Ingo

    Ingo - 2020-01-09

    Oh I see. The image was built with wharfie. Seems like I didn't commit the Wharfile with which it was created.

    I will update that soon. For the meantime:
    I think the password was the default, which I usually use in the wharfie examples. Thats root:wharfie and wharfie:wharfie.

     
  • Daniele - 2020-01-09

    wharfie:wharfie confirmed.
    I believe root password is not «wharfie».

     
  • Daniele - 2020-01-10


    I believe root password is not «root».
    Sorry for caused trouble (again).
    BR

     
  • Daniele - 2020-01-15

    Hi, is it possible to have the root password?
    Thanks in advance for your kind assistance.
    BR

     
  • Ingo

    Ingo - 2020-01-16

    Hi Daniele!
    It definitely was root:root. But actually your are not allowed to login through ssh as root. It is very common, that this is not allowed on linux. As a workaround, you can login as a user, and use su to gain root access:

    $> ssh wharfie@192.168.100.100
    login as: wharfie
    password: <-- here you enter the wharfie password
    
    $> su -
    Password: <-- here you enter the root password
    

    Here I committed the Wharfile with which the image was built:
    https://forge.codesys.com/tol/wharfie/code/HEAD/tree/trunk/wharfie/examples/RaspiRT/Wharfile

    BR,
    Ingo

     
  • Daniele - 2020-01-16

    YES!
    It is the way you say.
    Thanks once more for your kind help.
    BR

     
  • Ingo

    Ingo - 2020-01-16
    • status: open --> closed
     

Log in to post a comment.