Re: openssh client question

2011-08-10 Thread Alexander Hall
On 08/10/11 09:45, Aggelis Aggelis wrote: Problem: Was there really one? ;-) i am sitting in an openbsd box (A.A.A.A) logged in as userA and i want to ssh to an openbsd box (B.B.B.B) as userB This can be accomplished with [userA@boxA]$ ssh -l userB B B.B.B.B and i will be asked the passwo

Re: openssh client question

2011-08-10 Thread rancor
vi ~/.ssh/config Host User userB then connect to and ssh will use userB as username for that specific hostname // rancor 2011/8/10 Aggelis Aggelis : > Problem: > > i am sitting in an openbsd box (A.A.A.A) logged in as userA and i want to > ssh to an openbsd box (B.B.B.B) as userB > > This ca

openssh client question

2011-08-10 Thread Aggelis Aggelis
Problem: i am sitting in an openbsd box (A.A.A.A) logged in as userA and i want to ssh to an openbsd box (B.B.B.B) as userB This can be accomplished with [userA@boxA]$ ssh -l userB B B.B.B.B and i will be asked the password for userB if i do not specify the username ssh uses automatically m