Displaying 1 result from an estimated 1 matches for "webppliance".
2004 Jan 18
1
How to mask @ symbol in username?
Hi,
I am trying to access an account with rsync that has a username like
this:
"usernam@server.com"
Please note: this IS ONLY the username, so to login vie ssh I have to
type usernam@server.com. I think it?s Ensim Webppliance, that handles
virtual accounts that way.
So now, if I waqnt to access this account with rsync, I must type
something like:
rsync -e ssh username@server.com@server.com:/home /backbup
that leads to an error, because obviously the second @ in the
username/server combo is not understood by rsync.
W...