Your machine can also act as a bastion to a remote resource for the rest of your network through local port forwarding, e.g. -L 0.0.0.0:8080:localhost:8080
Then any local machine can e.g. curl yourip:8080 and the request will go through your machine, over the SSH tunnel, to the remote machine
Then any local machine can e.g. curl yourip:8080 and the request will go through your machine, over the SSH tunnel, to the remote machine