Announcement

Collapse
No announcement yet.

Using SSH on a headless FR24 runnig on Pi with Linux

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Using SSH on a headless FR24 runnig on Pi with Linux

    Hello,

    I have just started running FR24 on RPi, I wanted to be able to get commandline access, which I can do if I plug the Pi into a keyboard and monitor. I want this access from my laptop remotely it is running on the same network. The command I used was

    Code:
    sudo ssh 10.0.0.107
    This connects but requests a root password I have tried "root" which is the old standby and also just plain old Enter with no luck. Can anyone help
    T-YBBN167 PiRad108

  • #2
    If it's a purpose pi OS the default is pi/raspberry

    Sent from my XT1092 using Tapatalk
    Posts not to be taken as official support representation - Just a helpful uploader who tinkers

    Comment


    • #3
      Originally posted by Oblivian View Post
      If it's a purpose pi OS the default is pi/raspberry
      Thanks I already tried that with no luck.
      T-YBBN167 PiRad108

      Comment


      • #4
        Missing pi@

        Code:
        sudo ssh pi@10.0.0.107

        Comment


        • #5
          thanks that was the one it is a few years since I have used ssh and the password is raspberry
          T-YBBN167 PiRad108

          Comment


          • #6
            Originally posted by abcd567 View Post
            Missing pi@

            Code:
            sudo ssh pi@10.0.0.107
            thanks that was it, it has been a few years since I have used ssh and the password was raspberry
            T-YBBN167 PiRad108

            Comment

            Working...
            X