I want to transfer a file from my Sophos UTM firewall to an internal Linux server with scp from the Sophos shell.
I have a rule that allows ssh traffic from 192.168.1.1 (Sophos inside int) to my internal Linux server 192.168.1.100. When I try to run my scp command as root the firewall blocks that attempt for some reason.
scp text.txt linux@192.168.1.100:/home/linux
This thread was automatically locked due to age.