From: Gary W. S. <ga...@pr...> - 2006-03-06 00:36:37
|
Firewall maybe? What does iptables-save look like? Did it work before 0.5? Has it ever worked? I am using 0.4 on a couple boxes and it seems to be working great for external authentication for SSH. Gary Wayne Smith > -----Original Message----- > From: pam...@li... [mailto:pam-mysql- > gen...@li...] On Behalf Of Artin H. > Sent: Sunday, March 05, 2006 1:24 PM > To: pam...@li... > Subject: [Pam-mysql-general] problem with pam_mysql and SSH >=20 > Hi >=20 > i was testing pam_mysql for sshd authorizing >=20 > the problem is when i am connecting TO 127.0.0.1 it working but when > connecting to other ips( like local network ip 192.168.0.1 ) its not > working ! >=20 >=20 > see this : > [root@localhost ~]# ssh google@127.0.0.1 > google@127.0.0.1's password: <-- IT CHECKING PASSWORD FROM MYSQL ITS > WORKING WITH ANY PROBLEM ! > Last login: Fri Mar 3 12:21:56 2006 from localhost.localdomain >=20 >=20 >=20 > [root@localhost ~]# ssh google@192.168.0.1 > google@192.168.0.1's password: <-- WITH ANY ENTRY > Connection closed by 192.168.0.1 < IMMEDIATELY CLOSING CONNECTION !! > WITHOUT ANY LOG ! >=20 > i dont know why pam_mysql only working for 127.0.0.1 not other ips ! >=20 > OS : Centos 4.2 32bit > Pam_Mysql : pam_mysql-0.5-0.src.rpm |