simple user/pass Authentication
Brought to you by:
matteoricchetti
hi ...
tanks 4 this great tool ...
i have set up ss5 on a VPS with CentOS...
its working fine without Authentication ...
auth 0.0.0.0/0 – –
but i need to set up user / pass so i used
auth 0.0.0.0/0 – u
and set some user pass paires in ss5.passwd file
and i am using proxifier to connenct and it says :
[56:48] Error : Authentication on the proxy server failed.
Please check your username and password.
[56:48] Test failed.
what am i doing wrong ....
i havent changed the config file mush just these :
auth 0.0.0.0/0 – u
permit – 0.0.0.0/0 – 0.0.0.0/0 – - – - -
what should i do ?
Hi,
You need to enable the following option in /etc/sysconfig/ss5.
SS5_OPTS=" -u root"
You may want to add auth flag in the permit line. Try this out.
auth 0.0.0.0/0 - u
permit u 0.0.0.0/0 - 0.0.0.0/0 - - - - -
Thanks,
Ken
Dear,
your config seems right. You grant access to everyone.
Regards