Announcement

Collapse
No announcement yet.

SSH to SEL Controller

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

    SSH to SEL Controller

    I'd like to SSH into my SEL box so I can do some scripting locally on the box instead of copy/paste from a text editor.

    I can't for the life of me figure out what username/password to login as. I've tried default/homeseer/holmes with hsthsths3 and my password, all to no avail. I doubt the Homeseer web config creates/edits user logins, but I don't know what else to use.

    Anyone know what the magic is?

    Code:
    /work/ponderosa master *+ ssh holmes@192.168.100.29
    holmes@192.168.100.29's password:
    Permission denied, please try again.
    holmes@192.168.100.29's password:
    
    /work/ponderosa master *+ ssh homeseer@192.168.100.29
    homeseer@192.168.100.29's password:
    Permission denied, please try again.
    homeseer@192.168.100.29's password:
    
    /work/ponderosa master *+ ssh default@192.168.100.29
    default@192.168.100.29's password:
    Permission denied, please try again.
    default@192.168.100.29's password:

    #2
    try: homeseer/hsthsths3

    That is the default for the Zee units, so it may be the same for the SEL.
    HS4Pro on a Raspberry Pi4
    54 Z-Wave Nodes / 21 Zigbee Devices / 108 Events / 767 Devices
    Plugins: Z-Wave / Zigbee Plus / EasyTrigger / AK Weather / OMNI

    HSTouch Clients: 1 Android

    Comment


      #3
      I've tried that. No such luck.

      I have no idea if I changed it or not. Don't remember doing it but there were a lot of passwords to set when I first started.

      Comment


        #4
        try: root/hsthsths3

        if that works, you can reset the homeseer user's password.
        HS4Pro on a Raspberry Pi4
        54 Z-Wave Nodes / 21 Zigbee Devices / 108 Events / 767 Devices
        Plugins: Z-Wave / Zigbee Plus / EasyTrigger / AK Weather / OMNI

        HSTouch Clients: 1 Android

        Comment


          #5
          Negative ghostrider. Hopefully support@ can help.

          Comment


            #6
            Damnit, I should have known it was my public key. I use this laptop for work and github access via SSH.

            It was attempting to use my public key for those. For the record:

            Code:
            /work/ponderosa master *+ ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no homeseer@192.168.100.29

            Comment

            Working...
            X