I'd guess that you're machine isn't able to do a reverse name lookup on the box you're coming from. Assuming this is the case, two options come to mind:
1) Add an entry in /etc/hosts for the client machine. This is only practical if it has a static IP address. 2) Modify /etc/hosts.deny, and change the "ALL: PARANOID" entry (assuming it exists) to "ALL EXCEPT sshd: PARANOID". Hope this helps! On Tue, Aug 21, 2001 at 12:14:32PM -0400, Titus Barik wrote: > I have installed the OpenSSH version of sshd using the Debian > packages. However, when I try to ssh into my own machine, I get: > > ssh -l me XXX.XX.XX.XX > Secure connection to XXX.XX.XX.XX refused. > > (XXX.XX.XX.XX is the IP of my box). > > What do I need to do to fix this, so that anyone can ssh into my > box? > > Thanks. > > Titus Barik ([EMAIL PROTECTED]) > AIM: TBarik ICQ: 1604453 > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >