I am using an X20EDS410 for reading variables from a machine via OPC-UA with Node-Red, which then creates a CSV. I want to send the CSV via SFTP to a Server but the Firewall is blocking the connection, because the System is using Psiphon.
Hi @PatrickB, I’m sorry, but it looks like no one in the Community can really help you. Please get in contact with support at your local B&R office. Please update us with your findings.
Hello, I found out that the firewall was falsely classifying the SFTP connection as Psiphon traffic.
With some help from AI, and by enabling verbose SSH logging and testing one parameter at a time, I found that the default OpenSSH handshake included the MAC algorithm hmac-sha2-256-etm@openssh.com, which triggered the firewall.
Excluding that single MAC from the SSH negotiation allowed me to connect without any other changes.