This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to add RSA key for putty access on XG330?

I have only found a guide to do this for UTM. Does XG allow it? If so, can you provide instructions?



This thread was automatically locked due to age.
Parents
  • Is it password less ssh access you want to achieve right?

    Anyway this is what i did from the CLI.

    Device Management > Advanced Shell >

    mkdir .ssh

    echo "YOUR PUBLIC KEY" > .ssh/authorized_keys

    exit

    You should now be able to login without entering your password.

Reply
  • Is it password less ssh access you want to achieve right?

    Anyway this is what i did from the CLI.

    Device Management > Advanced Shell >

    mkdir .ssh

    echo "YOUR PUBLIC KEY" > .ssh/authorized_keys

    exit

    You should now be able to login without entering your password.

Children
No Data