Ssh missing 'login as' prompt

Jean-Baptiste Quenot jb.quenot at caraldi.com
Thu Nov 6 01:42:39 PST 2003


* Mike Loiterman:

> Whenever  I try  to  ssh into  my  machie, it  just  goes straight  to
> user at host 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 otheruser at somehost

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/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20031106/72c0599d/attachment.bin


More information about the freebsd-questions mailing list