Looking for a way to shutdown Firewalla GOLD in a remote power outage

Comments

2 comments

  • Avatar
    Firewalla

    Firewalla does reset the ssh password once a while.  The best way is to use this to connect

    https://www.ssh.com/ssh/copy-id

    This will install your public key inside ssh, so it doesn't matter what the password is, you should be able to get in. 

    1
    Comment actions Permalink
  • Avatar
    Derek Breydin

    Thanks, have managed to get it working using PowerShell and windows in built SSH after a bit of research online. you need to run a couple of commands from power shell.

    First run 'ssh-keygen' which will generate the public key in %userprofile%\.ssh

    Then run the following to push the key to Firewalla:

    'type C:\Users\<username>\.ssh\id_rsa.pub | ssh USERNAME@HOSTNAME 'cat >> .ssh/authorized_keys'' without the 'marks'

    Once you do above enter the password for the Firewalla and then test you can access without a password by typing ssh username@hostname - Connection is made without the need for a password.

    Thank you very much Firewalla for the guidance, now my gold can shutdown if there is ever a power outage!

     

     

     

     

    0
    Comment actions Permalink

Please sign in to leave a comment.