...
- Verify that Java is installed on the remote machine:
- Log in to the remote machine using the same user that is used by XpoLog to access the remote machine.
- Run the command java -version (the LogAway agent requires Java version 1.4+ to run)
- Download XpoLog’s LogAway package compatible to the Java version installed on the remote machine:
Download LogAway for Java 1.4+: xpologAgent.tar.gzXpoLog LogAway - Copy XpoLog’s LogAway package to the remote machine (place it in the home directory of the user that is used by XpoLog to access the remote machine)
- Unpack XpoLog’s LogAway package by running the following commands:
- gunzip xpologAgent.tar.gz
- tar xvf xpologAgent.tar
- Verify that a folder named xpologAgent was created and contains several files
- Verify that XpoLog’s LogAway agent can be executed:
- Enter the xpologAgent folder
- Run the command sh runAgent.sh –v
- Verify that information regarding the agent is printed to the screen
- Verify on the remote server that TCP port forwarding is enabled:
- View the file /etc/ssh/sshd_config
- The parameter 'AllowTcpForwarding' specifies whether TCP forwarding is permitted (the default is ''yes''). Note that disabling TCP forwarding does not improve security unless users are also denied shell access, as they can always install their own forwarders. In case 'AllowTcpForwarding' is set to "no" change it to "yes" and restart the SSH service.
- Go to XpoLog>Settings>General, and under the 'Connection Policies' configure the following:
- LogAway Agent forwarding port - a free port on the remote machine to use (try "netstat" to list ports in use). LogAway uses the port locally in order to use SSH port forwarding (for example: 5555). It is not recommended to use ports 0-1023, as these are usually system processes ports.
- LogAway Agent forwarding timeout - the allowed period of LogAway Agent inactivity before it's connection is terminated (default 1 minute)
- In order to verify that the agent can be used by the XpoLog server, add a log over SSH on this machine using direct access mode and check that everything works as expected.
Open XpoLog Support Portal > Activity Information and under SSH connections tab verify that the connection mode is Agent (instead of the default: Less).