我正在尝试使用 SSH 或 SFTP 登录到远程计算机。
ssh u-indgo@ssh1.eu1.frbit.com
CLI 时,它不会响应。我得到一个空的新行,我可以在其中输入字符,但仅此而已。SFTP
使用相同的凭据(我Transmit
用作我的 SFTP 客户端)进行连接时,它会永远挂起并且无法连接。没有错误。没有反应。
该问题并非特定于frbit.com
我尝试连接的任何其他服务器,并且仍然存在。
使用 -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)