SSH-DIFF(1) | User Commands | SSH-DIFF(1) |
ssh-diff - diff a file over SSH
ssh-diff [OPTIONS] FILE [user@]hostname[:FILE]
diff a file over SSH
There is an extra roundtrip to the remote system
to check for the existence of the file to be diffed.
So if you are not using SSH Keys
you may get prompted twice for a password.
Use "CHECK_REMOTE_FILE_EXISTS=NO ssh-diff" to disable that behavior
All options your local diff command supports ( except '-r' ).
See 'man diff' and 'diff --help' for more information.
CHECK_REMOTE_FILE_EXISTS NO|YES remote file checking
March 2024 | SSH-TOOLS |