LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   I need remote login/ ssh/ whatever (https://www.linuxquestions.org/questions/linux-general-1/i-need-remote-login-ssh-whatever-61819/)

BryanMC 05-25-2003 10:54 PM

I need remote login/ ssh/ whatever
 
I need to know how to be able to remotely login to a computer that will be running linux....

also what port does ssh use?

2damncommon 05-25-2003 10:59 PM

Quote:

remotely login to a computer that will be running linux....
From a Windows box or...?

BryanMC 05-25-2003 11:51 PM

i have a linux and windows box (I'd prefer my linux box though)

Crashed_Again 05-25-2003 11:52 PM

From a shell type:

ssh user@domainname

ssh has more options but thats the basic syntax. Check out the man pages for more details. SSH uses port 22 by default. If you need to ssh to a linux machine from windows check out putty.

markus1982 05-26-2003 04:36 AM

for security reasons i suggest public key authentification with ssh!

BryanMC 05-26-2003 09:48 AM

so will ssh user@(IP) work also?

thank you so much it's so simple!

Crashed_Again 05-26-2003 11:09 AM

Yes that will work as well.


All times are GMT -5. The time now is 12:00 AM.