Skip to content

Instantly share code, notes, and snippets.

@chanslor
Created January 5, 2024 22:12
Show Gist options
  • Save chanslor/e870a978a05a4350975af40335c2544d to your computer and use it in GitHub Desktop.
Save chanslor/e870a978a05a4350975af40335c2544d to your computer and use it in GitHub Desktop.
diff over ssh
meld <(ssh -q host01.domain.com "cat /etc/postfix/main.cf") <(ssh -q host02.domain.com "cat /etc/postfix/main.cf")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment