17 Jun 2025

SSH with multiple port forwarding

SSH with multiple port forwarding

ssh  -L 3000:localhost:3000  -L 3001:localhost:3001  -L 3002:localhost:3002  -L 3003:localhost:3003 -L 3004:localhost:3004 -L 3005:localhost:3005 -L 3006:localhost:3006 -L 3007:localhost:3007 -L 3008:localhost:3008 -L 3009:localhost:3009 -L 3010:localhost:3010 -L 3011:localhost:3011 -L 3012:localhost:3012 -L 3013:localhost:3013  username@serverip

You may also like

Creating a Real-time Chat Application with Python and Socket Programming

This blog guides readers through the process of creating a real-time...

Continue reading

Creating FULLTEXT Index on Multiple Columns in MySQL

Creating a FULLTEXT index on multiple columns in MySQL can improve t...

Continue reading

Microservices with python Docker Kubernetes Containerization

Microservices in Python - Use Docker and Kubernetes for containerizi...

Continue reading