On 01/01/11 at 09:01pm, Charles Curley wrote:
> If I have user name fred here, and user name barney there, I normally
> have to ssh in to there as:
> 
> ssh bar...@there
> 
> Is there any way to set things up so that when I do:
> 
> ssh there
> 
> I get logged in to there as barney?

Put this in ~/.ssh/config:

Host there
    User barney

-- 
Byron Clark

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/

Reply via email to