And, just making sure I have this right, if I copy a file from a server with this command:
$ rsync mvmacd@ssh.mysite.com:~/credit_card_numbers.txt ./
[Not that I actually have that file on my server--just an example of confidential docs x-D ]The .txt file [or any kind of file] would not be sent in plaintext, but would be encrypted? With my Key file or something in ~/.ssh, right? And nobody snooping on the connection [gov, people on my network, etc etc] would be able to view the file?