After setting up remote systems with the auto warpify shell script in .profile. I now am unable to use rsync or scp. I get the following error messages.
scp -r ~/path/to/file/ user@IP:/path/to/files
Warning: Permanently added 'IP' (ED25519) to the list of known hosts.
(user@IP Password:
scp: Received message too long 458237030
scp: Ensure the remote shell produces no output for non-interactive sessions.
rsync -azv ~/path/to/file/ user@IP:/path/to/files
Warning: Permanently added 'IP' (ED25519) to the list of known hosts.
(user@IP) Password:
protocol version mismatch -- is your shell clean?
(see the rsync man page for an explanation)
rsync error: protocol incompatibility (code 2) at /AppleInternal/Library/BuildRoots/0032d1ee-80fd-11ee-8227-6aecfccc70fe/Library/Caches/com.apple.xbs/Sources/rsync/rsync/compat.c(61) [sender=2.6.9]