Sử dụng SSH Port Forwarding để kết nối tới tài nguyên bị chặn
ssh -L localhost:<local-port>:localhost:<remote-address-port> <username>@<server-ip>
ssh -L 5432:postgres.123456789012.us-east-1.rds.amazonaws.com:5432 ec2-user@172.168.65.117
Trình bày các công nghệ CLOUD một cách dễ hiểu.
Sử dụng SSH Port Forwarding để kết nối tới tài nguyên bị chặn
ssh -L localhost:<local-port>:localhost:<remote-address-port> <username>@<server-ip>
ssh -L 5432:postgres.123456789012.us-east-1.rds.amazonaws.com:5432 ec2-user@172.168.65.117