You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request: to enable the ssh server to run without needing a root login, replace the line "IFCONFIG" on line 1390 of nm-ssh-service.c to the location a user-configurable wrapper script that'll manage permissions to ifconfig on the host end. Like, "sudo /sbin/ifconfig $@" in the wrapper file, and something in the sudoers file to let the user run /sbin/ifconfig as root without a password. I hard coded this for myself and it seems to work.
The text was updated successfully, but these errors were encountered:
Feature Request: to enable the ssh server to run without needing a root login, replace the line "IFCONFIG" on line 1390 of nm-ssh-service.c to the location a user-configurable wrapper script that'll manage permissions to ifconfig on the host end. Like, "sudo /sbin/ifconfig $@" in the wrapper file, and something in the sudoers file to let the user run /sbin/ifconfig as root without a password. I hard coded this for myself and it seems to work.
The text was updated successfully, but these errors were encountered: