I'd like to know if it's possible on a debian machine to automatically setup the hosts file of every other computer on the network.
I'd like to be able to connect to the machine using a host name instead of the IP (ssh user@hostname instead of ssh user@192.168.1.10), but I don't want to change manually all the hosts files on the other computers on the network. Is there a way to do it automatically ?
Thanks !