Use jmxsh – JMX CLI tool – to troubleshoot remote JMX RMI connection

Overview

Occasionally when creating SiteScope JMX monitors  you might want to verify connectivity or to troubleshoot remote JMX RMi connection. You might also want to be able to provide a tool to the (monitored target) Java application team to try the connectivity locally on the target  server.

jmxsh is a command line utility that allows you to connect to (local or remote) JMX and browse the counters. Continue reading Use jmxsh – JMX CLI tool – to troubleshoot remote JMX RMI connection

How to copy PuTTY SSH Hosts Keys between different users/machines on Windows

Intro

Sometimes you would want to copy PuTTY hosts SSH keys between different users or machines. Having the keys stored will prevent the pop-up message in PuTTY (or Plink/PSCP) when you try to connect to the remote host for the first time.

Continue reading How to copy PuTTY SSH Hosts Keys between different users/machines on Windows