I’m still beginning to learn about ssh technologies, but I like everything I see. I’ve used sshfs experimentally and its awesome (more on that later). Today I tried scp, which is a tool that copies files over the network using ssh. I used it to copy our versioned server backup to another machine.
The best solution for this would probably be rsync, which I have not used much yet.

