0

Enabling SSH on Bright-Sign player

Hi,

I am unable to enable SSH on a 4K1042 player. Should i include the code to enable ssh to "autorun.brs" during the first time setup of the player or it should be included once it the player setup is complete or should I include the code in custom auto-run in Bright-author.

4 comments

  • 0
    Avatar
    Lyndon

     

    You should do it after the setup has run.  You can use a plugin or just a script that just turns on ssh.

     

  • 0
    Avatar
    Lovepreet Singh Jassal

    Should I add the script from this menu.

  • 1
    Avatar
    Brandon

    If you're putting it into the script plugins, the script will need to be written to function as a BrightAuthor plugin.

    You can use the Telnet-Enable plugin as an example and

    Change line 71 from
    registrySection.Write("telnet", " ")
    to
    registrySection.Write("ssh", " ")

    And change line 84 from
    registrySection.Write("telnet", "23")to
    registrySection.Write("ssh", "22")

  • 0
    Avatar
    Lovepreet Singh Jassal

    It worked!

    Thanks

Please sign in to leave a comment.