PDA

View Full Version : multi session logging


test123s
February 26th, 2009, 02:07 PM
Hi,

I have a mac os installed and i would like to get multiple sessions by either telnet'ing or using other way from around 10*windows XP systems.

when i tried to telnet to mac os,I am getting a session. But when tried from other pc,i could see the session opened first i.e i am not able to invoke multiple sessions but could see only single session wherever i am trying to login.

Can someone help me in getting muti sessions in Mac OS.

Regards
test123s.

ElDiabloConCaca
February 26th, 2009, 05:22 PM
Howabout ssh instead of telnet? You can have multiple ssh session going, even using the same username/password credentials, all in their own "session."

Of course, this all depends on what it is you're trying to do with the session -- whether shell access would suffice, or whether you'd need something more along the lines of RDC on Windows (ie, GUI).

test123s
February 27th, 2009, 04:29 AM
thanks a lot for your guidance.

What I need is to invoke separate sessions using telnet.

I am using windows XP which doesnot have ssh ..

Need your help on this.

fryke
February 27th, 2009, 05:06 AM
Just use an ssh-client on Windows XP. Not that outlandish...

ElDiabloConCaca
February 27th, 2009, 09:20 AM
There are plenty of free ones:

Cygwin
PuTTY
etc...

test123s
February 28th, 2009, 11:35 PM
thanks a lot for all your help.