LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   remote login (https://www.linuxquestions.org/questions/linux-software-2/remote-login-168568/)

aargh 04-10-2004 06:15 PM

remote login
 
Hi. I have installed Fedora on my home computer. I have a laptop with also with Fedora and I want to access my home computer through the internet. I guess using ssh can do it. However when I type:

ssh -l [user] [ip-adress] #like ssh -ll bob 80.65.3.15

all I get is connection refused.

Can anyone help me out? Is ssh the right thing for the job? and what am I doing wrong?
Hope someone can help me out.

ranger_nemo 04-10-2004 06:48 PM

Yes, ssh will allow you to login to your system. Kudos to you for going straight to ssh... Most new users try telnet first. Telnet is terrible, and IMO should be removed, becuase it transfers everything, including your passwords, as clear text. ssh uses encryption.

Now, to your problem... It looks like either your firewall is blocking the connection, or you don't have the ssh demon running on the system. You can check the latter with "service sshd status". For the former, ssh needs port 22 open on the firewall. If your computer at home routes through another computer, or an internet router, you'll need to forward port 22 requests to the computer you are trying to connect to.

Read more about ssh at... << www.OpenSSH.org >>


All times are GMT -5. The time now is 09:08 PM.