Wether I run NX (nomachine) or SSH I get the same error message, no
matter what host I try to connect to.
And on the host servers SSHd is running.
And so is the Client box.
Running NX
Error message: ssh: connect to host 70.236.39.98 port 22: Connection
timed out
Running $ ssh jim@70.236.39.98
ErrorMessage: ssh: connect to host 70.236.39.98 port 22: Connection
timed out
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
10-02-2010, 04:40 PM
Kalpa Welivitigoda
SSH can't connect
On Sat, Oct 2, 2010 at 10:02 PM, Jim <binarynut@comcast.net> wrote:
> *Wether I run NX (nomachine) or SSH I get the same error message, no
> matter what host I try to connect to.
>
> And on the host servers SSHd is running.
> And so is the Client box.
>
> Running *NX
> Error message: * ssh: connect to host 70.236.39.98 port 22: Connection
> timed out
>
> Running $ ssh jim@70.236.39.98
> ErrorMessage: * *ssh: connect to host 70.236.39.98 port 22: Connection
> timed out
>
sometimes you may have changed the default port for ssh service. Check
whether the port is 22.
Check /etc/ssh/ssh_config in servers
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>
--
Best Regards,
W.H.Kalpa Pathum
http://kalpapathum.blogspot.com
http://thiraya.wordpress.com
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
10-02-2010, 04:45 PM
Jim
SSH can't connect
On 10/02/2010 12:32 PM, Jim wrote:
> Wether I run NX (nomachine) or SSH I get the same error message, no
> matter what host I try to connect to.
>
> And on the host servers SSHd is running.
> And so is the Client box.
>
> Running NX
> Error message: ssh: connect to host 70.236.39.98 port 22: Connection
> timed out
>
> Running $ ssh jim@70.236.39.98
> ErrorMessage: ssh: connect to host 70.236.39.98 port 22: Connection
> timed out
>
I forgot to add;
These are all FC13 boxes, clients and hosts and the Firewall in each box
has SSH check as Trusted Service.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
10-02-2010, 05:11 PM
Roberto Ragusa
SSH can't connect
Jim wrote:
> On 10/02/2010 12:32 PM, Jim wrote:
>> Wether I run NX (nomachine) or SSH I get the same error message, no
>> matter what host I try to connect to.
>>
>> And on the host servers SSHd is running.
>> And so is the Client box.
>>
>> Running NX
>> Error message: ssh: connect to host 70.236.39.98 port 22: Connection
>> timed out
>>
>> Running $ ssh jim@70.236.39.98
>> ErrorMessage: ssh: connect to host 70.236.39.98 port 22: Connection
>> timed out
>>
> I forgot to add;
>
> These are all FC13 boxes, clients and hosts and the Firewall in each box
> has SSH check as Trusted Service.
Try keeping a running
tcpdump -i eth0 -n -n
in a different terminal before invoking ssh.
You should be able to see if packets are exchanged between the machines.
If you see your packets but no packet from the other machine, one of the
firewalls is interfering. You can sniff on the other side too for more
information.
--
Roberto Ragusa mail at robertoragusa.it
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
10-02-2010, 05:53 PM
Jim
SSH can't connect
On 10/02/2010 01:11 PM, Roberto Ragusa wrote:
> Jim wrote:
>> On 10/02/2010 12:32 PM, Jim wrote:
>>> Wether I run NX (nomachine) or SSH I get the same error message, no
>>> matter what host I try to connect to.
>>>
>>> And on the host servers SSHd is running.
>>> And so is the Client box.
>>>
>>> Running NX
>>> Error message: ssh: connect to host 70.236.39.98 port 22: Connection
>>> timed out
>>>
>>> Running $ ssh jim@70.236.39.98
>>> ErrorMessage: ssh: connect to host 70.236.39.98 port 22: Connection
>>> timed out
>>>
>> I forgot to add;
>>
>> These are all FC13 boxes, clients and hosts and the Firewall in each box
>> has SSH check as Trusted Service.
> Try keeping a running
> tcpdump -i eth0 -n -n
> in a different terminal before invoking ssh.
>
> You should be able to see if packets are exchanged between the machines.
> If you see your packets but no packet from the other machine, one of the
> firewalls is interfering. You can sniff on the other side too for more
> information.
>
What is the -n -n After eth0 mean ?
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
10-02-2010, 06:09 PM
Jim
SSH can't connect
On 10/02/2010 01:11 PM, Roberto Ragusa wrote:
> Jim wrote:
>> On 10/02/2010 12:32 PM, Jim wrote:
>>> Wether I run NX (nomachine) or SSH I get the same error message, no
>>> matter what host I try to connect to.
>>>
>>> And on the host servers SSHd is running.
>>> And so is the Client box.
>>>
>>> Running NX
>>> Error message: ssh: connect to host 70.236.39.98 port 22: Connection
>>> timed out
>>>
>>> Running $ ssh jim@70.236.39.98
>>> ErrorMessage: ssh: connect to host 70.236.39.98 port 22: Connection
>>> timed out
>>>
>> I forgot to add;
>>
>> These are all FC13 boxes, clients and hosts and the Firewall in each box
>> has SSH check as Trusted Service.
> Try keeping a running
> tcpdump -i eth0 -n -n
> in a different terminal before invoking ssh.
>
> You should be able to see if packets are exchanged between the machines.
> If you see your packets but no packet from the other machine, one of the
> firewalls is interfering. You can sniff on the other side too for more
> information.
>
Running your command I get a steady output of IP's I have never seen,
example below
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
10-02-2010, 06:09 PM
JD
SSH can't connect
On 10/02/2010 09:32 AM, Jim wrote:
> Wether I run NX (nomachine) or SSH I get the same error message, no
> matter what host I try to connect to.
>
> And on the host servers SSHd is running.
> And so is the Client box.
>
> Running NX
> Error message: ssh: connect to host 70.236.39.98 port 22: Connection
> timed out
>
> Running $ ssh jim@70.236.39.98
> ErrorMessage: ssh: connect to host 70.236.39.98 port 22: Connection
> timed out
>
Check your firewalls???
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
10-02-2010, 06:22 PM
"Scott Ford"
SSH can't connect
Yep, this sounds like a firewall, I have FC13 and working with Putty from
Windows/7 locally and across the net.
Scott Ford
Senior Systems Engineer
[mobile] 609-346-0399
[direct] 678-266-3399 x304
identityforge.com http://identityforge.com
This message is for the designated recipient only and may contain
privileged, proprietary, or otherwise private information. If you have
received it in error, please notify the sender immediately or let us know at
idFinfo@identityforge.com , and then delete the original. Any other use of
his email by you is prohibited.
-----Original Message-----
From: users-bounces@lists.fedoraproject.org
[mailto:users-bounces@lists.fedoraproject.org] On Behalf Of JD
Sent: Saturday, October 02, 2010 2:09 PM
To: Community support for Fedora users
Subject: Re: SSH can't connect
On 10/02/2010 09:32 AM, Jim wrote:
> Wether I run NX (nomachine) or SSH I get the same error message, no
> matter what host I try to connect to.
>
> And on the host servers SSHd is running.
> And so is the Client box.
>
> Running NX
> Error message: ssh: connect to host 70.236.39.98 port 22: Connection
> timed out
>
> Running $ ssh jim@70.236.39.98
> ErrorMessage: ssh: connect to host 70.236.39.98 port 22: Connection
> timed out
>
Check your firewalls???
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
10-02-2010, 06:28 PM
Jim
SSH can't connect
On 10/02/2010 02:09 PM, JD wrote:
>
> On 10/02/2010 09:32 AM, Jim wrote:
>> Wether I run NX (nomachine) or SSH I get the same error message, no
>> matter what host I try to connect to.
>>
>> And on the host servers SSHd is running.
>> And so is the Client box.
>>
>> Running NX
>> Error message: ssh: connect to host 70.236.39.98 port 22: Connection
>> timed out
>>
>> Running $ ssh jim@70.236.39.98
>> ErrorMessage: ssh: connect to host 70.236.39.98 port 22: Connection
>> timed out
>>
> Check your firewalls???
I did and port 22 is a Trusted Service
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
10-02-2010, 06:34 PM
JD
SSH can't connect
On 10/02/2010 11:28 AM, Jim wrote:
> On 10/02/2010 02:09 PM, JD wrote:
>> On 10/02/2010 09:32 AM, Jim wrote:
>>> Wether I run NX (nomachine) or SSH I get the same error message, no
>>> matter what host I try to connect to.
>>>
>>> And on the host servers SSHd is running.
>>> And so is the Client box.
>>>
>>> Running NX
>>> Error message: ssh: connect to host 70.236.39.98 port 22: Connection
>>> timed out
>>>
>>> Running $ ssh jim@70.236.39.98
>>> ErrorMessage: ssh: connect to host 70.236.39.98 port 22: Connection
>>> timed out
>>>
>> Check your firewalls???
> I did and port 22 is a Trusted Service
Run
sudo iptables -L -n
and see if port 22 is open to accept connections
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines