True, looks like some locale issue. Type this command to fix it and then ssh will work again.
ssh DEVICE_IP_ADDRESS '/usr/bin/sed -e "s|^export LANG=\(.*\)|#export LANG=\1|g" -e "s|^export LC_ALL=\(.*\)|#export LC_ALL=\1|g" -i /opt/etc/profile'
True, looks like some locale issue. Type this command to fix it and then ssh will work again.
ssh DEVICE_IP_ADDRESS '/usr/bin/sed -e "s|^export LANG=\(.*\)|#export LANG=\1|g" -e "s|^export LC_ALL=\(.*\)|#export LC_ALL=\1|g" -i /opt/etc/profile'
About | FAQ | Terms of Service | Privacy Policy | Legal Notice