Disabilita l'autenticazione della password sul server SSH su OS X Server 10.8

12

Voglio disabilitare l'autenticazione della password del server SSH sul mio server OS X. questo dovrebbe essere fatto in / etc / sshd_config, giusto? Ma non sono sicuro di quale impostazione dovrei cambiare ...

    
posta Sebastian Semmler 07.03.2013 - 00:08
fonte

2 risposte

13

Come qualsiasi sistema BSD dovresti disattivare alcune opzioni nel tuo sshd_config come ho descritto in questa risposta di Overflow dello stack :

UsePam yes # it will not be used
ChallengeResponseAuthentication no
PasswordAuthentication no
kbdInteractiveAuthentication no
    
risposta data 07.03.2013 - 09:53
fonte
2

Nel caso in cui aiuti, ho avuto problemi con questo in 10.10 (Yosemite) e ho scoperto che stavo modificando il file sbagliato. /etc/sshd_config è quello giusto, non /etc/ssh/sshd_config , che è quello che stavo cercando in base a cosa man sshd_config dice:

SSHD_CONFIG(5)              BSD File Formats Manual             SSHD_CONFIG(5)

NAME
     sshd_config -- OpenSSH SSH daemon configuration file

SYNOPSIS
     /etc/ssh/sshd_config

DESCRIPTION
     sshd(8) reads configuration data from /etc/ssh/sshd_config ...
    
risposta data 15.01.2015 - 04:10
fonte

Leggi altre domande sui tag