diff --git a/scripts/mosh.pl b/scripts/mosh.pl index cb74405..9d84a51 100755 --- a/scripts/mosh.pl +++ b/scripts/mosh.pl @@ -445,7 +445,7 @@ if ( $pid == 0 ) { # child if ( $bad_udp_port_warning ) { die "$0: Server does not support UDP port range option.\n"; } - die "$0: Did not find mosh server startup message.\n"; + die "$0: Did not find mosh server startup message. (Have you installed mosh on your server?)\n"; } # Now start real mosh client