You don't connect to serveo directly.
Assuming you established a connection for "myname" like this:
ssh -R myname:22:localhost:22
serveo.netthen you will be connecting to it like this:
ssh -i ./my_private_key.pem -J
serveo.net myu...@myname.serveo.netReplace "myname" in all commands above with a name of your choosing.
Instead of "myuser" use whatever user you have on that machine.
Instead of "
my_private_key.pem" use the private key you generated on that machine, for that user.
On Wednesday, October 29, 2025 at 8:06:49 AM UTC+2 A E wrote: