I installed openVPN successfully but I would like to get remote desktop access with it, as is the case with openVPN in Windows. I found this GUI here http://sourceforge.net/projects/sogfl/ and installed it and everything, but I realized that it has actually messed up my /etc/sudoers
file. It has added a line like this:
%sogfl: ALL=(root) NOPASSWORD : openvpn
(not sure of the exact syntax because I can't open the file right now because sudo isn't working).
Is there any way I can fix this? I noticed that /etc/group
, my username is listed after sudo and admin, but not root (which is blank).
Any fixes? Thank you!
sudo visudo
back, you should be able to edit sudoers in such a way that it does not break (that's whatvisudo
is for). – zwets Mar 06 '13 at 05:40