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

おすすめ記事