Results 1 to 9 of 9
Hello everyone. I want to set up a ssh server to allow everyone willing to download thing i have in my computer to do it. I've install all the required ...
- 11-27-2005 #1Just Joined!
- Join Date
- Nov 2005
- Posts
- 44
sshd
Hello everyone. I want to set up a ssh server to allow everyone willing to download thing i have in my computer to do it. I've install all the required openssh packages but i cannot configure it well, the daemon refuses all conections, i know there are something else besides running the daemon, like allow the incoming connection to the sshd port in iptables, etc. but i can't find a good manual or good information about all i need to do to set u my functional server. any guide will be highly appreciated
- 11-27-2005 #2
- 11-28-2005 #3Just Joined!
- Join Date
- Nov 2005
- Posts
- 44
fedora 2, but i don't think it is important, what i really want is to learn well how to set up the server no matter what linux distro
- 11-28-2005 #4
Have a look at your /etc/ssh/sshd_config. There are many ways to configure the ssh daemon from there. If you run:
You can use it to open the ssh port so anyone can get through.Code:system-config-securitylevel
- 11-28-2005 #5Sure it is. Different distros have different iptables front-ends.fedora 2, but i don't think it is important
- 11-28-2005 #6Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
may be a router problem, do you have port forwarding setup up as sshd, on port 22, to the local router assigned ip of you box?
Operating System: GNU Emacs
- 11-30-2005 #7Just Joined!
- Join Date
- Nov 2005
- Posts
- 44
you are right, i think it is a router problem. i have broadband internet using a modem-router. I had also notice that my iptables rules are redirected to something like RH-Firewall-1- but i haven't run deep into the details
- 11-30-2005 #8Just Joined!
- Join Date
- Jun 2005
- Location
- Canada, Halifax
- Posts
- 86
If you haven't explicitly configured your router's firewall to forward the connection to your sshd machine then connection from the outside world without using reverse port forwarding isn't going to happpen. Check out the following link:
http://www.portforward.com/
_MANY_ routers are given here with step-by-step configuratoin examples.
- 11-30-2005 #9Linux Newbie
- Join Date
- Dec 2003
- Location
- Netherlands
- Posts
- 193
In the most times the router is configured as Firewall. How painfully it is ofcourse. Use DNAT of your router to forward ports!
Computers Are Like Air Conditioners... They\'re both useless with Windows open!


Reply With Quote
