My company is currently using our own ELK stack and exploring Nagios Log Server for some of its built-in clustering and alerting capabilities.
I followed the instructions in the PDF below for creating an AWS instance with the log server pre-built, but I am unable to SSH and also the web admin does not seem to be running so I am stuck.
http://assets.nagios.com/downloads/nagi ... -Cloud.pdf
The document specifies I should be using the ec2-user user for SSH along with the key used to create the instance in EC2, but this is not working. I am getting "Permission denied (publickey,gssapi-keyex,gssapi-with-mic)." I double-checked that I am using the key that the Amazon EC2 console says is associated with the instance. I'm just using basic SSH:
Code: Select all
ssh -i /tmp/mykey.pem [email protected]Code: Select all
root@openvpn ~# cat < /dev/tcp/10.0.1.251/22
SSH-2.0-OpenSSH_5.3Thanks