Hi Nader,
This is just a hunch:
Look into ~/.ssh/config or /etc/ssh/ssh_config and the AddressFamily directive.
The man page (ssh_config(5)) doesn't tell which one is default, but I can imagine it defaults to IPv4 only...
Your auth.log message shows a IPv6 address.
Cheers,
Cheeseboy
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Access not granted for user '...'.
Re: Access not granted for user '...'.
Finally I figured it out. My remote IP was in fact listed in the /etc/hosts.deny, interesting enough, each attempt was logged in auth.log too.
Re: Access not granted for user '...'.
Did you open the ssh port in the firewall?
You might also consider moving the port from 22 to another number, say 2222
As a lot of people are searching for port 22 and trying to break in.
You might also consider moving the port from 22 to another number, say 2222
As a lot of people are searching for port 22 and trying to break in.
cheers
Eek
Eek
Re: Access not granted for user '...'.
moving the port is a good idea, but moving it to a number over 1024 enables spoofing by local users. Port 666 is a very good alternative (Doom port)
Re: Access not granted for user '...'.
Port of the beast? 

Re: Access not granted for user '...'.
Yes. Here be dragons.