Hello
Is it possible to change shell user password via www form ? I mean using
fsockopen, scrtipt would connect to server via SSH, provide current username
and password and then execute shell command "passwd" and eventually change
password and close connection.
Can it be done? Or maybe its possible in other way if this script is
executed on the same server where this intended user accaunt is located.
Or should I learn Perl ? :)