alancprc
alancprc
python3 run.py c python3 run.py r
既然加了date,是不是可以把year/month一并加上?不然提前抢元旦的票也没法阻塞。 sorry,还不会提PR
> @zhongzc > > @yuanfeibi > > 有个问题,最后的例子里,建立了从Host B到Host A的反向隧道后,Host C直接连Host B的1556端口就可以了, 这里B和C的角色一样。 > > > > 请问下,你的博客是用什么搭建的? > > 补充一下:需要在`sshd_config`设置`GatewayPorts yes` 我看不到`Host_B`的`sshd_config`是否设置了`GatewayPorts yes`,我直连`Host_B`的 1556 端口报`connection refused`,于是我在`Host_C`执行下面的命令,建立`Host_C`到`Host_B` 1556端口的隧道,然后可以在`Host_C`上`ssh`登录本机的2555端口连接到`Host_A`: `ssh -fNTCL...