1diff -ur mosh-1.3.2/src/frontend/mosh-server.cc mosh-1.3.2.patched/src/frontend/mosh-server.cc
2--- mosh-1.3.2/src/frontend/mosh-server.cc 2017-07-22 23:14:53.000000000 +0200
3+++ mosh-1.3.2.patched/src/frontend/mosh-server.cc 2018-06-06 10:45:50.725352804 +0200
4@@ -351,6 +351,10 @@
5 }
6 }
7
8+#ifdef HAVE_UTEMPTER
9+ utempter_set_helper( "utempter" );
10+#endif
11+
12 try {
13 return run_server( desired_ip, desired_port, command_path, command_argv, colors, verbose, with_motd );
14 } catch ( const Network::NetworkException &e ) {