根据http://progrium.com/localtunnel/及其他地方的说明:
gem install localtunnel
localtunnel -k ~/.ssh/id_rsa.pub 3000
我收到错误:
/path/to/gems/net-ssh-2.6.7/lib/net/ssh/transport/packet_stream.rb:103:in `block in next_packet': connection closed by remote host (Net::SSH::Disconnect)
我是否包含密钥无关紧要,或尝试不同的端口号,即
localtunnel 3000
有什么想法吗?
答案 0 :(得分:0)
localtunnel已经停止了一段时间
请尝试使用ngrok。 (这两个项目据说在不久的将来合并。)