* Mike Loiterman: > Whenever I try to ssh into my machie, it just goes straight to > [EMAIL PROTECTED] password: by passing the traditional login as: . How can I > turn that back on?
You could instead pass the login name when invoking ssh:
ssh -l otheruser somehost
-- or --
ssh [EMAIL PROTECTED]
You can also arrange that logging into somehost is always achieved with
otheruser by adding the following fragment into ~/.ssh/config:
Host somehost
User otheruser
Cheers,
--
Jean-Baptiste Quenot
http://caraldi.com/jbq/
pgp00000.pgp
Description: PGP signature
