在配置文件/ etc/SSH/sshd_config中我要確定像一些特定用戶的PasswordAuthentication項(或組): Match Group xyz_admin, xyz_support
PasswordAuthentication no
Match User yvonne,yvette
PasswordAuthentication yes
我不「不想幹
我已經爲SFTP使用Apache MINA sshd設置了一個ssh服務器。我想啓用服務器身份驗證,因此客戶端不能被欺騙。在文檔頁面的所有它說的是使用下面的方法(Apache MINA sshd doc): sshd.setKeyPairProvider(new SimpleGeneratorHostKeyProvider("hostkey.ser"));
但據我瞭解,產生自身的密鑰對。如果我
我更改了我的sshd_config文件,將strictmodes設置爲no,然後重新啓動sshd服務。 但是,我得到了兩個不同的輸出,如下所示。 [email protected] httpd]# service sshd stop
Stopping sshd: [ OK ]
[[email protected] httpd]# service sshd start
S