-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to setup encrypted connection to server #50
Comments
at least, if nothing other works: deny access to 6556/tcp on any if but lo and create a rule for agent access by "ssh 'telnet localhost 6556' |
I would use nc instead of telnet. |
Not possible AFAIK |
user@host:~$ ssh opnsense "sudo nc localhost 6556" | head |
The agent supports encrytion via PSK. Just create the file |
how do i create the 'your-encryption-key'? |
Thats part of the checkmk documentation: |
hey thanks for ur work, but i am confused:
how do i setup an encrypted connection to my checkmk server?
The text was updated successfully, but these errors were encountered: