Mac OS X 10.4 Help
Allowing remote terminal access to your computer
If you allow remote login, you can use SSH (Secure Shell) to log in to your computer from another location.
You can't use Telnet to log in to the computer.
- Open System Preferences and click Sharing.
- Click Services and select the Remote Login checkbox. Selecting Remote Login also also enables the secure FTP (sftp) service.
Now you can use an SSH client to log in from another computer.
For example, if your user name is steve and your computer's IP address is 10.1.2.33, you can open Terminal on another Mac OS X computer and type:
ssh -l steve 10.1.2.33
Type "man ssh" at a Terminal shell prompt for more information.
Keywords:
khelp kmosx kmosx4