SSL Lookup an SSL certificate (for any service/port) $ DOMAIN=www.shoutdrive.com && echo | openssl s_client -showcerts -servername ${DOMAIN} -connect ${DOMAIN}:443 2>/dev/null | openssl x509 -inform pem -noout -text Mount a Remote Service Locally $ ssh -L 15672:localhost:15672 user@remoteHost