Not sure what you try, but by default ssh uses the current login user:
[/QUOTE] ssh server "command"[/QUOTE]
or use another user with
Quote:
ssh user@server "command"
|
If you don't want to be asked for a password, there is different ways:
- Use public/private key.
- Use kerberos (if you are in a kerberos session).