|
#1
| ||||
| ||||
| how do you use the remote login feature in osx ? in the sharing control panel, there is a checkbox for enabling remote login. How do I use it ? |
|
#2
| |||
| |||
| "Remote Login" allows you to use ssh to open a remote terminal session. In practical terms this means you can open a terminal on your machine from anywhere in the world. To see what it looks like from your own machine you can open a terminal and type: ssh localhost then enter your password when it asks. After that, you'll be back at the "localhost%" prompt. You'll note that when you logout (exit, ^d, etc...) you have to do it twice, once to get out of the ssh session, and again to get out of the terminal window that you just opened. Doing it like this isn't very exciting, since it ends up being no different from just opening a terminal window. However, you can do the same thing from any other networked computer in the world by "typing" ssh hostname or ssh ip.ad.dr.ess I say "typing" because on a non-UNIX machine, or a machine without a command line (OS9 and Windoze jump readily to mind) you will not be typing this in a terminal window but rather launching a ssh client app of some sort (on OS9 I've always used NiftyTelnet or MacSSH, on Windoze... who knows or cares). The basic process, however, remains the same. Why would you want to do this? Well, If you are comfortable with the UNIX command line this effectively gives you full control of your machine from anywhere... one of the best features of UNIX. Hope this helps... -alex.
__________________ Beige G3 desktop w/500MHz G4 ZIF 768 MB RAM, PCI Radeon & USB/Firewire - TiBook 550MHz 256MB DVD - Mac OS X 10.2.4(6I32) on each. ---- PIII500/128MB workhorse running NetBSD 1.6 ---- All sorts of Suns and SGIs running all sorts of UNIXy OSes... |
|
#3
| |||
| |||
| I think it is to allow users to remotely connect to your computer via the telnet and other protocolls in a Terminal application like the one in Mac OS X. (root/applications/utilities/terminal) ![]() |
|
#4
| ||||
| ||||
| That's the one reason I use it every day, is to log in so I don't have to get off my lazy bum to repair a machine. ![]()
__________________ Twyg To laugh often and much; to win the respect of intelligent people and the affection of children...to leave the world a better place...to know even one life has breathed easier because you have lived. This is to have succeeded. - Ralph Waldo Emerson |
|
#5
| |||
| |||
| Actually, the telnet port is turned off (is that the right lingo...?), meaing it's disabled. No telneting in, but that's okay becuase telnet is insecure, while ssh is much more secure. You can of course still telnet out, but I wouldn't recomend it. I use scp and ssh all the time to move files between my machines at work and my machine at home. Works like a charm. F-bacher
__________________ James Tiberius Kirk : "Spock, the women are your planet are logical. No other planet in the universe can make that claim." |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Changing the login background image in OSX | cloudair | Mac OS X System & Mac Software | 1 | April 8th, 2003 03:12 AM |
| Appletalk and remote access under osX | creatom2 | Networking & Compatibility | 1 | March 11th, 2003 02:16 PM |
| X11: How to start Mac OSX application from remote | cronomik | Unix & X11 | 5 | July 25th, 2002 03:29 AM |
| What password to use with ssh remote login? | DominikHoffmann | Mac OS X System & Mac Software | 3 | October 19th, 2001 12:44 AM |
| OSX apps constantly crash, quits to login screen | paulsomm | Mac OS X System & Mac Software | 1 | August 16th, 2001 08:08 PM |