我正在尝试使用git push
或但服务器阻止了连接。ssh -Tv [email protected]
我没有安装 ufw 或 iptables... 那么是什么阻止了连接... 有日志吗?我可以禁用防火墙吗?
谢谢编辑:
该服务器是运行以下操作系统的虚拟机:没有可用的 LSB 模块。 分销商 ID:Debian 描述:Debian GNU/Linux 9.5 (stretch) 发行版:9.5 代号:stretch
如果我运行telnet bitbucket.org 22
挂起 如果我运行挂起ssh -Tv [email protected]
ping 8.8.8.8
按预期运行:
ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
From 192.168.2.253: icmp_seq=1 Redirect Host(New nexthop: 192.168.2.54)
64 bytes from 8.8.8.8: icmp_seq=1 ttl=122 time=18.0 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=122 time=16.9 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=122 time=16.6 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=122 time=16.4 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=122 time=16.4 ms
^C
--- 8.8.8.8 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4005ms
rtt min/avg/max/mdev = 16.416/16.895/18.018/0.615 ms
奇怪的是,ping bitbucket.org
丢失了所有的包,但是 ping 显示类似重定向的内容:
PING bitbucket.org (18.205.93.2) 56(84) bytes of data.
From switchhp.example.fr (192.168.2.253): icmp_seq=1 Redirect Host(New nexthop: 192.168.2.54 (192.168.2.54))
答案1
发生这种情况可能有以下几个原因:
- 服务器拒绝您,因为 ssh 端口已被 iptables 关闭。
- 服务器拒绝您,因为它允许您根据您的公钥建立 ssh 连接。
- 服务器拒绝您,因为您没有在存储库上写入的权限。
- ETC
请进一步解释一下,当您使用 -v 选项建立 ssh 连接时您会看到什么。