小编Mat*_*nya的帖子

SSH/SFTP 连接在 OSX 10.8.2 上静默失败 - ssh-agent 问题

我正在尝试使用 SSH 或 SFTP 登录到远程计算机。

  • 当我尝试ssh u-indgo@ssh1.eu1.frbit.comCLI 时,它不会响应。我得到一个空的新行,我可以在其中输入字符,但仅此而已。
  • 当我尝试SFTP使用相同的凭据(我Transmit用作我的 SFTP 客户端)进行连接时,它会永远挂起并且无法连接。

没有错误。没有反应。

该问题并非特定于frbit.com我尝试连接的任何其他服务器,并且仍然存在。

ssh客户端调试

使用 -vv 标志运行 ssh 客户端,我得到以下输出:

debug1: Reading configuration data /Users/matanya/.ssh/config
debug1: Reading configuration data /usr/local/Cellar/openssh/6.1p1/etc/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to ssh1.eu1.frbit.com [46.137.57.195] port 22.
debug2: fd 3 setting O_NONBLOCK
debug1: fd 3 clearing O_NONBLOCK
debug1: Connection established.
debug1: identity file /Users/matanya/.ssh/id_rsa type 1
debug1: identity file /Users/matanya/.ssh/id_rsa-cert type -1
debug1: identity file /Users/matanya/.ssh/id_dsa type 2
debug1: …
Run Code Online (Sandbox Code Playgroud)

ssh sftp mac-osx ssh-agent

7
推荐指数
1
解决办法
4052
查看次数

标签 统计

mac-osx ×1

sftp ×1

ssh ×1

ssh-agent ×1