ceremcem / unlock-luks-partition

Unlock a LUKS partition via SSH
40 stars 3 forks source link

Reverse Tunnel Password Authentication #14

Open lavinkabul opened 1 year ago

lavinkabul commented 1 year ago

I liked the article "Reverse Tunnel Setup", described in great detail and clearly. The article talks about key authentication. Is it possible to make a tunnel with password authentication? Does dropbear support this? Or maybe there are other ways to make a reverse tunnel on a router with openwrt?

ceremcem commented 1 year ago

I can't be possible with Dropbear or with any other application because the key authentication is used to connect the CLIENT to the SERVER when you literally have no access the CLIENT.

In any way, you'll have to resort a public key like authentication schema.