我一直在远程服务器上访问Jupyter Notebook(在gpu上)。我跟着this guide但收到此错误"无法打开连接:主机不存在"运行以下命令后:
C::\WINDOWS\system32> plink ssh -N -L localhost:8888:localhost:8889 remote_user@remote_host
操作系统:Windows
使用plink创建ssh隧道。
知道出了什么问题吗?
答案 0 :(得分:0)
使用此命令再次解决了这个问题:
plink -ssh -L 8888:localhost:8888 ml_test #ml_test is my putty session name, you can provide your username@remote-host
如此question中所述。