To SSH to a Linux host without a PTY:
ssh -o UserKnownHostsFile=/dev/null -T user@target.com 'bash -i'
Your user:
Source