Secure remote login.

yesimahuman

Joined: 2008-04-29
Posts: 9
Posted: Thu, 2008-05-01 05:03

I am developing a remote program to upload pictures to a gallery2 installation. I've got logging in working, but I'm worried that it is not secure. Passwords are sent in plaintext accross the network as per the login command. Is there a way to make this secure?
Thanks.

Login or register to post comments
valiant

Joined: 2003-01-04
Posts: 31958
Posted: Thu, 2008-05-01 13:56

Are you using the Gallery Remote Protocol?
You could just use HTTPS instead of HTTP.

--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage

Login or register to post comments
yesimahuman

Joined: 2008-04-29
Posts: 9
Posted: Thu, 2008-05-08 20:40

Thanks for the reply. I've decided I'm going to use ssh to login to the machine first (HTTPS is costly from my host).

Login or register to post comments