ssh user@10.0.0.3 -t "bash --noprofile"
Check the Environment. ls usr/bin will show you the commands available to you.
If you get a bash shell but still cannot run some commands you may need to fix the path.
export PATH=$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin