Skip to content

Instantly share code, notes, and snippets.

@killerbees19
Last active April 15, 2022 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save killerbees19/e799c35058c6d2bf8a1e8e289b9d86b8 to your computer and use it in GitHub Desktop.
Save killerbees19/e799c35058c6d2bf8a1e8e289b9d86b8 to your computer and use it in GitHub Desktop.
munin-node-sim @ TrueNAS
# TrueNAS: /root/.ssh/authorized_keys
command="/path/to/munin-node-sim.py",restrict ssh-ed25519 ...................................
# Munin Master: ~munin/.ssh/config
Host *
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
Host TrueNAS
User root
Hostname truenas.example.net
IdentityFile "~/.ssh/id_ed25519"
RequestTTY no
[truenas.example.net]
address ssh://TrueNAS
use_node_name yes
tls disabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment