We have a remote server (Server1), with a rebex based SFTP application installed on it.
It needs to send files to a distant server (Server2).
Can I generate a public/private key pair (dsa) on my own PC,
install the private key on Server1,
and give the public key to the adminstrator of Server2?
Or must the key pair be generated on Server1?