Slow SSH Connection fix with avahi
Compare changes
+ 3
− 1
@@ -115,7 +115,9 @@ sudo raspi-config
In `/etc/avahi/avahi-daemon.conf`, uncomment the `host-name` and set it to your new hostname: `host-name=your-hostname`. For some reason (that we don't know), the use of `avahi` make the SSH connection very slow... We discover a fix that seems to work until now. You need to disable ipv6 connections and also set the domain. Change the value of `use-ipv6` from `yes` to `no` and uncomment line `domain-name=local`.