Live data from Hacker News

A Practical Guide to SSH Tunnels: Local and Remote Port Forwarding

labs.iximiuz.com

1–10 of 83 posts

Re: A Practical Guide to SSH Tunnels: Local and Remote Port Forwarding

#5

When I see one of these with obvious AI tells at the top (sentences lacking a subject or verb), I ask myself: Can’t I just open up a harness and prompt “Teach me how to do X?”

I personally do this, ask claude code to teach me about concepts I don't know about when it codes something, and only then I accept what it suggests to me

Re: A Practical Guide to SSH Tunnels: Local and Remote Port Forwarding

#7

When I see one of these with obvious AI tells at the top (sentences lacking a subject or verb), I ask myself: Can’t I just open up a harness and prompt “Teach me how to do X?”

I do this all the time, I have a skill/gem with instructions on how I want to receive info, how to format and so on. Really helps to go fast to get the point.

Re: A Practical Guide to SSH Tunnels: Local and Remote Port Forwarding

#9
Learning how SSH port forwarding is great as a pseudo-vpn for everything from GUI-client database access to (in physical infra) access to web-admin tools for appliances.

The socks proxy support can also deal with bad web filtering and privacy issues on public wifi networks (though nowadays if you're ssh'ing to a cloud IP, you'll get lots of "bot" restrictions).

Re: A Practical Guide to SSH Tunnels: Local and Remote Port Forwarding

#10
post #2

It’s amazing what you can learn by reading the manual.

It is, because manuals are often not the best way to learn things. Most software manuals are reference manuals. SSH man page isn't too bad. I learned most of my SSH knowledge from it, but I'm not sure it's the best way to do it.
Post reply on HN