I'm looking for a simple backup solution. My hoster has provided some backup space on remote server over scp/sftp. They have supplied me a username and a password. The option of auth with a RSA/DSA key is not avaliable.
Ideally, I'd like to have a simple script that would:
tar | gzip | gpg | scp -uuser -ppassword my.backup.server
However I can't find an scp client that would accept username and password on command line and stuff to transfer on standart input.