ssh 到 ngrok 在 macbook 上出现连接被拒绝的错误

问题描述 投票:0回答:1

在我的 MacBook 上,我无法 ssh 进入我的 ngrok 实例,并出现以下错误:

MacBook-Air:~ $ ssh -v USER@tcp://0.tcp.ap.ngrok.io -p 66666
OpenSSH_9.0p1, LibreSSL 3.3.6
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 21: include /etc/ssh/ssh_config.d/* matched no files
debug1: /etc/ssh/ssh_config line 54: Applying options for *
debug1: resolve_canonicalize: hostname tcp://0.tcp.ap.ngrok.io is an unrecognised address
debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling
debug1: Connecting to tcp://0.tcp.ap.ngrok.io port 66666.
ssh: connect to host tcp://0.tcp.ap.ngrok.io port 66666: Connection refused

使用 chrome ssh 扩展时,我可以 ssh 输入。有没有办法获得更多 ssh 调试,以便我可以弄清楚发生了什么?

macos ssh ngrok
1个回答
0
投票

试试这个:

ssh -vvv -p 66666 [email protected]
© www.soinside.com 2019 - 2024. All rights reserved.