Web Tunnels

Passwordless authentication for the web


By leveraging SSH tunnels, we can use pubkey cryptography to authenticate users on the web. No passwords, no JWTs, no bearer tokens, no complicated webauthn, and no passkeys. All we need is an SSH keypair.

SSH port forwarding, also known as SSH tunneling, is the process of transmitting data over an encrypted secure shell connection between a local and distant server. It allows users to access services that firewalls would otherwise restrict or prevent. In our case, it allows us to authenticate and authorize users using only their SSH keypair.

Ready for a demo? Run this command to access our pico web UI:

1ssh -L 1337:localhost:80 -N pico-ui@pgs.sh

What is this command? This command initiates an SSH local port forward which redirects traffic from a local port on the client machine to a specified port on a remote server via an SSH connection. In this case, it connects to our private site hosted on pgs.sh.

Don't worry if the above CLI command doesn't respond with anything, that means it worked.

Then open your browser:

localhost:1337/tunnels

Here is the source code for the ptun library.

<< PREV
FAQ
NEXT >>
Lab
Home
Sitemap
Getting started
How it works
File uploads
UI
Custom domains
pgs.sh
tuns.sh
imgs.sh
prose.sh
pastes.sh
feeds.sh
pico+
Images
IRC
API Tokens
FAQ
Web Tunnels
Lab
Plain text lists
About us
Contact us
Abuse
Operations
Privacy policy