Can not ssh from FC-4 to FC-4 !


Results 1 to 6 of 6

Thread: Can not ssh from FC-4 to FC-4 !

  1. #1
    Join Date
    Mar 2006
    Location
    /home/alam
    Posts
    53

    Can not ssh from FC-4 to FC-4 !

    Hello :
    hope all of you are fine.

    I have 2 Dell Machines & i installed FC-4 on both machines.

    Problem :
    i can not ssh from 1 machine to another machine....

    but my nfs server is working excellent and also ping both computers to each other.

    Thanks in Advanced, expecting Help soon !

    ___________
    Syed Alam

  2. #2
    Join Date
    Apr 2003
    Location
    Buenos Aires, Argentina
    Posts
    4,219
    What error do you get when you try to connect? Connection refused, timeout?

    Have you make sure that sshd is running?
    djserz.com.ar
    "All the drugs in this world won't save you from yourself..."

  3. #3
    Join Date
    Sep 1999
    Posts
    3,202
    Is sshd running, and is the firewall blocking it?

  4. #4
    Join Date
    May 2000
    Location
    Monterey Park, CA, USA
    Posts
    346
    1. Can you ssh into itself?
    2. Use nmap and do an nmap on the localhost to see if sshd is listening. Then, nmap each other.
    3. If you can ssh into itself but don't see the ports when nmapping each other, your firewall is probably blocking it.
    3. If you can ssh into itself and see the ports when nmapping each other but still can't connect, check your /etc/hosts.allow file and make sure you have something like 'sshd: ALL'

    Vince
    Vince
    "why are we rated as grasshoppers again?"

  5. #5
    Join Date
    Mar 2006
    Location
    /home/alam
    Posts
    53
    yes, chkconfig --list sshd ( is ON 3,4,5 )
    and service sshd is starting without any probelm.
    and i have checked the host.allow, there is OK everything....
    more ?

  6. #6
    Join Date
    Oct 2002
    Location
    Republic of Texas
    Posts
    5,898
    try "ssh localhost" on the server and tell us if you can login...
    Need help in realtime? Visit us at #linuxnewbie on irc.libera.chat

    Few of us will do as much for our fellow man as he has done.
    --Andrew Morton on RMS

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •