Displaying 1 result from an estimated 1 matches for "magicdb".
Did you mean:
magic
2003 Jan 07
1
passing additional options to SSH on the rsync command line?
I have an account on evilserver.
evilserver requires a *login* of the form "user@domain.com". something
to do with cheap hosting, I suppose.
ssh gets ill on that. ssh user@domain.com@domain.com is no good.
So I do this:
ssh -oUSER=user@domain.com domain.com
which works just fine: ssh uses the entire mess as a log in string, and
is quite happy.
So, how can I get rsync to play