Add a little hint for first-time users

I was recommended to use mosh as "an in-place replacement for ssh" by
my friends, and take a while to figure out the message until I
realized I missed the line "The Mosh package should be installed on
both the client and server."

If this line often corresponds to missing server-side installation,
rather than other mysterious scenario, how about adding a hint?
This commit is contained in:
chenxiaoqino
2016-06-10 10:05:45 +08:00
committed by John Hood
parent 94027efc45
commit 0c2088d1da
+1 -1
View File
@@ -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