Starting in version 2.0, LogTail can also open and tail remote log files over an SSH connection to the remote server.
This allows you to view and monitor the remote log files in the same way as you can monitor local log files that reside on your laptop.
To open a remote log file, the remote server must accept SSH connections (usually on port 22), and you must have a valid login on that system. The supported authentication methods are as follows:
1. Password based
2. Keyboard-Interactive authentication
3. Public Key authentication