openwrt / packages

Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
GNU General Public License v2.0
4.01k stars 3.48k forks source link

Passwordless wifi authentication via ssh terminal #15644

Open vhm14u2c opened 3 years ago

vhm14u2c commented 3 years ago

Hi, was not sure where to put this. I use passwordless authentication for a couple email addresses I have (gmail and live.com)

I started thinking how wonderful if this was implemented into WiFi.

Where let's say, someone figures out your WiFi password using one of those hacking tools, but then gets stumped when it just sits there w/o logging in, but on the ssh console side, it's asking 'are you trying to login with this Mac-id @ this time/date?(y/N)' If no input given, would default to no and keep the baddies out.

I haven't been coding since early 2000's, and wouldn't mind taking a go at it, (I'm old and rusty now if you ask me) but figured I would throw this out there in case someone may want to try some type of similar implementation of this.

Let me know if you do. I will most likely try, or use it.

feckert commented 3 years ago

Unfortunately, I do not understand then concerns. Can you describe in more detail what you mean by that?

vhm14u2c commented 3 years ago

Using a similar 2 factor authentication where as long as you are at console of router using ssh, and when someone tries to login to WiFi network, would show up as console as someone trying to login, then prompts if you want to let them join. only method would be via the person at the console to let them in, hence, password-less.

feckert commented 3 years ago

From my point of view, this is an external software development that we can not discuss here. For such things you can ask the forum maybe they have an idea how to implement this and what you need for this.