PDA

View Full Version : linux networking


Slipstream
10-19-04, 14:19
how do you dial out from a shell so i can connect directly to another unix or linux machine? ive searched all through my help files and i cant seem to find out how to do this.

{wizard}
10-20-04, 14:38
what do you mean by *dial out* ??????


if you want to remotely access a *nix computer the best way is to use SSH, telnet's big brother

it's more secure and faster

just make sure you install and properly configure SSH daemon on the remote machine then just type ssh *ip address of the remote host* to login ;)