Compare two remote files
vimdiff scp://[email protected]//home/testuser/README.md scp://[email protected]//home/testuser/README.md
In advance, start
eval $(ssh-agent)
ssh-add .ssh/my-key-file
if remote host requires authentication by key.
Compare two remote files
vimdiff scp://[email protected]//home/testuser/README.md scp://[email protected]//home/testuser/README.md
In advance, start
eval $(ssh-agent)
ssh-add .ssh/my-key-file
if remote host requires authentication by key.