Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法在 MongoDB Compass 中连接我的服务器。我正在尝试通过身份文件进行连接。我提供主机名用户名和文件。我有:
'创建 SSH 隧道时出错:等待 forwardOut 时超时'
这是什么意思?
嗨,克尔!尝试通过 SSH 隧道连接时,我从 MongoDB Compass Community 1.11.1 收到完全相同的错误,ppk 文件受密码保护。
您是否将远程服务器 IP 或域名放在第一个字段(主机名)中?那是我的错误。
为我解决的问题是将Hostname字段(顶部的第一个)设置为localhost而不是远程服务器 IP 或域名。仅将您的域/IP 放在 SSH 主机名字段上。
Hostname
localhost
我希望它有所帮助。