I recently installed ssh server openssh-server in my fedora 16. I added my friend user account to my sshuser list.
Please bear with me I still have a lot to learn about linux, but I'm trying:)
PROBLEM:
On my network I have a web/samba server, and a print server. When I try to connect to the servers on a laptop either through web browser or through a ssh terminal, it freezes and times out.
Today I made the switch from Ubuntu 12.04 to Fedora 17. I am attempting to ssh from a MacBook Pro to the Fedora machine (Compaq nc6320). However, I am getting a
Code:
ssh: connect to host port 22: connection refused
error.
I have a MacBook and a Fedora 15 laptop on a wired LAN.
I can sucessfully ssh into the Fedora 15 system from the Mac but when try to ssh into the Mac from the Fedora 15 system I get the following error:
ssh: connect to host 192.168.X.XX port 22: Connection refused
Why would I be getting the error in one direction and not the other?
And yes the sshd service is running see below:
[jac
Hi,
Am attempting to configure SSH on port 22 on Fedora 16.
2 things:
Have enabled port 22 in iptables:
-A INPUT -m state –state NEW -m tcp -p tcp –dport 22 -j ACCEPT
Now I can connect to port 22 but I had to reboot the PC for this to work - Can I not just restart or update iptables to enable this or do I have to restart every tine I make a change in iptables?
I tried 'systemctl
Is there a way to do the following with IPTables (Debian Squeeze): Have users connect to a "host" server using a common ssh command and port 22, and then once the connection is established, reroute them to another address based on the string they used to connect in the first place.
So I am trying to get ssh working on my server. I can connect on my local network with the local ip address of the server perfectly fine.
I can't access to my local sites on a fedora machine from ubuntu. In firefox I get this error: The connection has timed out
In fedora iptables I added this line:
-A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT
Also disabled selinux, but still can't connect.
Hi
i had Setup NFS-server in my fedora 18
i made firewall zone changed to trusted (therefore , i assure , my nfs problem can't be from nfs)
disabled SElinux and disable iptables.
since i get this line of log:
Quote:
Feb 3 16:24:10 localhost rpc.mountd[5937]: authenticated mount request from 192.168.1.50:765 for /home/shared (/home/shared)