sblantipodi wrote:
Piki wrote:
use a listening address still stand, although this suggestions is entirely safe to ignore

it seems that you know what ListenAddress is, what is this parameter exactly ?
It's to tell sshd what IP addresses to listen for connections on.
For instance, if you decide to set up your Linode as a shared host, you could purchase a separate IP address for each individual customer. If you don't want those customers to have ssh access, you could have one additional IP address just for yourself (one your customers aren't allowed to use) and make sshd listen
only on that reserved address.
This is just an example, there's nothing really stopping those customers from attempting to ssh to your reserved address (or using it for a domain). ListenAddress is probably best used on an internal network, however reasons for using it will vary.