• 0 Posts
  • 3 Comments
Joined 9 months ago
cake
Cake day: February 5th, 2025

help-circle
  • It’s unfortunate that sweden decided to lock 2FA behind proprietary smartphone apps.

    For every country its going to be a different story. I think instead of trying to build an app ecosystem for things like bank apps on linux it would be easier for citizens of those countries to convince the government / banks to allow other 2FA methods like OTPs that can work on any a device using an OTP client. That would honestly benefit more people as whole since they wouldn’t be lock down to just Android/Apple or even owning a smartphone. They could do all their important government/finance stuff just with a computer.



  • I’m not sure if you can do it without authenticating on the remote. Have you seen sshuttle? Maybe you can run that on the remote to connect to the local machine. If the issue is that the remote “can’t see” the local machine to ssh into it then you could try something like reverse tunnel the ssh port to the remote, and then use sshuttle to connect to the local port that is forwarding traffic.