The client, upon connecting to port 10000, is forwarded to the remote host's PostgreSQL server, which is listening on port 5432: ssh -L 10000:localhost:5432 192.168.2.100.
客户机连接到端口 10000后,被转发到远程主机的PostgreSQL服务器,后者正在侦听端口 5432:ssh-L 10000:localhost:5432 192.168.2.100。
The client, upon connecting to port 10000, is forwarded to the remote host's PostgreSQL server, which is listening on port 5432: ssh -L 10000:localhost:5432 192.168.2.100.
客户机连接到端口 10000后,被转发到远程主机的PostgreSQL服务器,后者正在侦听端口 5432:ssh-L 10000:localhost:5432 192.168.2.100。
应用推荐