Using F96-CE, kernel 6.1.9.
Is it possible to SSH into another linux system using user@hostname.local instead of user@192.168.x.x?
For example: ssh derek@dereksPC.local
I'm also trying to automount a samba share using an entry in fstab but this will not work using user@hostname.local. It does work with user@192.168.x.x.
On other linux distros this has been handled by the avahi daemon. I installed avahi using ppm but after reboot the avahi daemon seems to be not running. I can't find it using htop anyway. I tried starting it with systemctl but that wasn't recognised.