LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Logging into the console remotely (https://www.linuxquestions.org/questions/linux-newbie-8/logging-into-the-console-remotely-443063/)

Josh100 05-09-2006 05:57 AM

Logging into the console remotely
 
Is there any way I can have control of my linux console through my OS X computer?

Nylex 05-09-2006 06:21 AM

Yes, with SSH. On your Linux machine, you'll need to install OpenSSH (if it isn't already installed) and then start the server. Distros have their own scripts for starting the SSH server, but you should be able to start it with sshd (see the sshd man page, with "man sshd"). OpenSSH also includes the client program, ssh and on your OS X machine you should be able to run "ssh user@host", replacing user and host with the relevant username and IP address for your Linux machine. Obviously you'll need to install OpenSSH on your Mac machine as well (or another SSH client).

Josh100 05-09-2006 06:28 AM

Wow, thanks, didn't need to do anything :D, just types user@local and it worked :D

thanks very much

ethics 05-09-2006 06:40 AM

It's worth looking into generating keys and having some firewalls for security, so looking deeper into ssh isn't a bad idea. You can also forward X apps over ssh so you could run graphical linux apps on your Mac OSX.

As a side note if SSH was running and you didnt know, there might be other services that you can remove, may speed up your machine and close potential security holes.


All times are GMT -5. The time now is 01:29 PM.