I have a firewalled server to send data to over ssh on public network, but the SSH port is not the default 22. How do I configure the port to znapzendzetup?
For mbuffer setting the port is not an issue, but if the communication is unencrypted, I do not feel comfortable sending data over it.
To have special configuration for a particular connection, just create a Host section in your
~/.ssh/config
file and do whatever magic you see fit. Make sure you use the .ssh/config of the user you are running yourznapzend
under ...