Freebsd ssh 没有给出提示

Freebsd ssh 没有给出提示

我正在尝试通过 ssh 连接到 FreeBsd 机器,但在客户端中没有收到任何提示。我在 sshd_config 中更改了以下选项:

Port 253
PermitRootLogin no
PasswordAuthentication yes

可以本地登录 127.0.0.1,但尝试远程登录时没有收到任何提示。请告诉我我还应该检查什么 shell?更新:ssh -vvv 给出以下内容:

debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: resolving "x.x.x.x" port 253
debug2: ssh_connect_direct: needpriv 0
debug1: Connecting to x.x.x.x [x.x.x.x] port 253.
debug1: Connection established.
debug1: key_load_public: No such file or directory
debug1: identity file /home/pilyak/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/pilyak/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2

并在此之后挂起

答案1

抱歉,问题出在客户端 - 某个地方使用了深度包检查来阻止从办公室网络传出的 SSH。感谢大家的帮助。我对建立连接的事实感到困惑,并不认为数据包过滤导致了这个问题。

相关内容