1. # 访问本机8080端口跳转192.168.1.1:9090端口
    2. ssh -C -f -N -g -L 8080:192.168.1.1:9090 root@127.0.0.1