搭载 Debian 7 的专用服务器
更改了 Debian 中的端口 (/etc/ssh/sshd_config) 并忘记了。
我如何才能找到端口号?
答案1
如果你仍然可以访问 shell,则执行以下命令:
命令netstat -plunt
将列出所有开放端口
您当然也可以查看 /etc/ssh/sshd_config 文件,所以我猜您不再具有本地访问权限。
如果你没有权限,你可以使用 nmap(或者 zenmap,如果你想要一个不错的 GUI)来映射 IP,或者直接运行
nmap -sV xxx.xxx.xxx.xxx
其中 xxx.xxx.xxx.xxx 是服务器的 IP