PHP can establish an SSH2 connection and execute a command, should be fairly trivial to whip up a PHP script with a form to do what you asked in the original email. As PHP would be executing on the server, the SSH connection would be coming from the server. As you would be using SSH directly you wouldn't need to setup anything that would run with root level permissions to change a password. You would still want to setup an SSL connection so the username, current password, and new password don't go over the wire in the clear. You can obtain free SSL certs that your browser won't throw warnings about from StartSSL (http://www.startssl.com). On Tue, Apr 13, 2010 at 8:49 PM, Jima <jima at beer.tclug.org> wrote: > > There's a web app called Anyterm that initiates the SSH connection > from the server side (which neatly circumvents local firewalling). > Obviously it's a different beast, but I think it's worth mentioning. > (Also: requires SSL to be secure.) > > Jima > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > -- Andrew S. Zbikowski | http://andy.zibnet.us IT Outhouse Blog Thing | http://www.itouthouse.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mn-linux.org/pipermail/tclug-list/attachments/20100419/d9587076/attachment.htm