This works
ssh -i -Y -v "key.pem" ubuntu@ec2-52-14-84-246.us-east-2.compute.amazonaws.com
This is port forwarding from another SO question
ssh -L 2222:localhost:8888 -N -o GatewayPorts=yes hostname-of-M
I'm told I need to forward from remote 6001 to localhost 6000. How do I combine the two commands? Thanks!