-- remote.txt

mysql -h remote_host_name_or_ip -u newuser

This should work, as the "newuser" account has a wildcard for the host name.  This means the server will accept connections from any other machine for this user.