In order to get an identical setup between machines with identical hardware, I cloned the drive from one onto the other, then did the ip and hostname configuration to differentiate the two Linux machines. Everything seems to work fine except for scp. (NFS and even ssh between the machines work fine)
Looking at the results of scp -v, it seems to authenticates correctly, but then it copies 0 bytes. Is there any way to fix this? Would generating new ssh keys for the machine work? If so, how do I do that? (Machine level keys, not user level keys)