915SSH form OSX to Ubuntu – Locale Error
Problem:
‘std::runtime_error’ what(): locale::facet::_S_create_c_locale name not valid Aborted
Solution:
export LC_ALL="en_US.UTF-8"
via http://martinhjelm.github.io/2015/06/14/Runtime-error-when-sshing-from-OSX-to-Ubuntu/