Unable to ssh into remote Linux by ngrok

南楼画角 提交于 2019-12-02 17:34:02

You are connecting to the wrong destination address. The command should be

ssh myuser@0.tcp.ngrok.io -p36428

Notice the different hostname (ie 0.tcp.ngrok.io instead of ngrok.com).

And generally you would want to put the user@hostname after all the options (eg -p36428), even though it doesn't generally cause any issues.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!