PDA

View Full Version : OS X to linux terminal connection ?




Cabbit
Mar 10, 2008, 11:20 AM
OS X to linux terminal connection what command do i use?



TEG
Mar 10, 2008, 11:26 AM
It depends on which protocal you want to use.

You can

telnet
or
ssh

TEG

Cabbit
Mar 10, 2008, 11:38 AM
It depends on which protocal you want to use.

You can

telnet
or
ssh

TEG
i want to use shh but the terminal dosnt seem to support it

Mitthrawnuruodo
Mar 10, 2008, 11:50 AM
Huh...? I use that all the time...

Try

ssh username@server

Then give password when prompted...

GimmeSlack12
Mar 10, 2008, 11:52 AM
i want to use shh but the terminal dosnt seem to support it

I use SSH all the time too. I figure thats a typo in your post "shh" but if it isn't then you are typing it wrong. Follow Mitthrawnuruodo's tip.