OS X은 sshd_config를 무시합니다.

OS X은 sshd_config를 무시합니다.

OpenSSH 설치에서 일부 비밀번호를 제거하려고 합니다.

ssh -Q cipher

3des-cbc
blowfish-cbc
cast128-cbc
arcfour
arcfour128
arcfour256
aes128-cbc
aes192-cbc
aes256-cbc
[email protected]
aes128-ctr
aes192-ctr
aes256-ctr
[email protected]
[email protected]
[email protected]

Blowfish-cbc와 같은 구성 파일을 편집하여 제거해 보았습니다.

vi /etc/ssh/sshd_config

그리고 다음 줄을 추가하세요:

Ciphers -blowfish-cbc

또는

Ciphers [comma separated list of all other ciphers except for blowfish-cbc]

그러나 시스템이 다시 시작되거나 SSH가 마운트 해제/로드될 때 Blowfish-cbc는 여전히 ssh -Q 비밀번호에 보고됩니다.

내가 뭘 잘못했나요?

OS X 버전: 10.11.6

답변1

sshd_config영향을 미친다SSH 데몬, 테스트할 때SSH 클라이언트, 이는 ssh_config.

관련 정보