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.
I have only found a guide to do this for UTM. Does XG allow it? If so, can you provide instructions?
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.
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.