Server is Ubuntu 12.04 and agentless is Ubuntu 12.04 (as both are installed
in the same system) . Both are running instance is Ec2.
I have config file for agent less is :
<agentless>
<type>ssh_integrity_check_linux</type>
<frequency>1</frequency>
<host>[email protected]</host>
<state>periodic</state>
<arguments>/bin /etc/ /sbin</arguments>
</agentless>
<agentless>
<type>ssh_pixconfig_diff</type>
<frequency>1</frequency>
<host>[email protected]</host>
<state>periodic_diff</state>
</agentless>
<agentless>
<type>ssh_generic_diff</type>
<frequency>36000</frequency>
<host>[email protected]</host>
<state>periodic_diff</state>
<arguments>ls -la /etc; cat /etc/passwd</arguments>
</agentless>
While I add this [email protected] to list of Ip address, I provided the
password for it (as set up in Ec2). But one thing that I didn't able to
provide is my pem key which I need to connect to the server while using
ssh.
But not sure where I need to provide the pem file to?
Thanks in advance.