I host a Cloud9 server, and I connect currently by tunneling via ssh to said server in order to make the login protected, yet this kind of defeats the purpose of specifying the login credentials (since I need to add the ssh keys for access anyways). I want to be able to open a port directly to the Cloud9 server, but I don't want to be sending cleartext passwords over the internet.
Is there a way to login to Cloud9 SDK without simple HTTP authentication?