sqt -- SSH Quick Tunnel

Posted by BlackFuffey@reddit | linux | View on Reddit | 17 comments

I made sqt, a convenient unix-style tunnel tool for local or remote use over ssh.

sqt is useful when you are working across terminals or SSH sessions and you just want to stream data from one place to another without setting up a full file transfer or complicated SSH command

This is especially convenient with remote work. Often you already have a shell open on a remote machine, and you want to send data from/to your laptop. Normally you might reach for scp, rsync, or a long SSH pipeline. Those are great tools, but they can be very verbose and annoying to setup when you only need a quick one-off transfer. sqt was created to solve exactly that.

Link: https://codeberg.org/BlackFuffey/sqt