我正在尝试在SSH服务器上禁用密码验证。我找到了客户端配置文件 ssh_config,但我找不到服务器的配置文件。 man ssh_config(5) 似乎没有告诉我们服务器使用什么。
服务器的配置文件在哪里?
服务器是sshd
—
albal
我很确定你需要
—
TheWanderer
sshd_config.conf
@ Zacharee1 - 手册页说
—
jww
ssh_config 是给客户的。服务器用于配置的是什么?
你必须做
—
TheWanderer
man sshd_config
@ Zacharee1 - 我做到了。这就是我所知道的
—
jww
ssh_config 是给客户的。