I started using mongoshell to connect to my remote mongodb using the following:
connect (" connectionstring with username and login info")
I saw this was method I saw on mongodb documentation used for windows mongoshell and wanted to confirm I was doing this correctly.