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?
Hi Brain,
Greetings.
Fantastic requirement. Please raise this as a Feature Request here: http://feature.astaro.com/forums/330219-sophos-xg-firewall .
Revert me with the link and I will cast my vote :)
Thanks
Sachin Gurung
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.