|
发表于 2004-6-7 21:52:37
|
显示全部楼层
對方有用Tcp wrapper設定Allow Hosts...(/etc/hosts.allow)
或 (/etc/hosts.deny) 檢查一下吧...
如果對方是 linux ,那可能是xined擋掉了...檢查一下..
/etc/xinetd.d 裡面的跟ssh有關係的file...
找找 allow的字眼...
如果上面都沒問題..檢查看看你是不是忘了給密碼了
FREQUENTLY ASKED QUESTIONS
Q: How do you supply a password to connect with ssh within a perl script using the Net::SSH module?
A: You don't. Use RSA or DSA keys. See the ssh-keygen(1) manpage.
Q: My script is "leaking" ssh processes.
A: See "How do I avoid zombies on a Unix system" in perlfaq8, IPC::Open2, IPC::Open3 and "waitpid" in perlfunc. |
|