Challenge |
If you don't have permission to directly access a database, you will have to configure an SSH tunnel to Anodot collectors. |
Solution |
An example of SSH tunnelling is: ssh -v -i identity_file -L local_port:remote_address:remote_port user@ssh_server.com For more examples and guidelines, see: https://help.ubuntu.com/community/SSH/OpenSSH/PortForwarding |