SSH
Some checkers (like DockerChecker) use SSH. Configure your SSH access from Moni host to your servers as normal, then mount .ssh/
directory to Moni container through a volume.
UNIX permissions
Make sure that you set UNIX ownership/permissions, so that Moni container can read it.
SSH Config file
Recommend you to get familiar with .ssh/config
and how to pre-set aliases for your connections. Moni accepts Host
aliases as server's host
setting and will use it's configs for connections. This is the recommended way.