I have a Linux server and a need to connect to its network remotely from Windows 10 and Android clients. Is it possible to set the server up so that clients can authenticate against the user accounts on the Linux machine with usernames ans passwords?
I would like to use IKEv2 for this, but that is not necessary if there's a better solution. I have already tried setting up strongSwan and was successful using client certificates. I also managed to get freeRadius to authenticate against /etc/passwd, but could not get the username and password to be passed through from strongSwan to freeRadius. Is this the right way to go about it?
I will update this question if/when suggestions are made.