ssh -L 8080:localhost:80 -N user@remote-server
ssh -R 8080:localhost:80 user@example.com -N
ssh -D 5500 user@example.com -N
说明