CONSTRAINT `fk_employees_managers` FOREIGN KEY (`reports_to`) REFERENCES `employees` (`employee_id`), CONSTRAINT `fk_employees_offices` FOREIGN KEY (`office_id`) REFERENCES `offices` (`office_id`) ON ...
On a Manjaro server and Debian Client config, the mosh client is able to SSH in, start mosh-server, then grab the connection details and exit, but when it attempts to connect via UDP nothing is ...