diff --git a/macOS-13-(Ventura)-&-14-(Sonoma).md b/macOS-13-(Ventura)-&-14-(Sonoma).md index 312619e..2b84c87 100644 --- a/macOS-13-(Ventura)-&-14-(Sonoma).md +++ b/macOS-13-(Ventura)-&-14-(Sonoma).md @@ -13,8 +13,7 @@ ssh-keygen -t ed25519 -f /etc/ssh/ssh_host_ed25519_key -N "" awk '$5 >= 3071' /etc/ssh/moduli > /etc/ssh/moduli.safe mv /etc/ssh/moduli.safe /etc/ssh/moduli ``` -3. Enable the RSA and ED25519 keys -Enable the RSA and ED25519 HostKey directives in the /etc/ssh/sshd_config file: +3. Enable the RSA and ED25519 HostKey directives in the /etc/ssh/sshd_config file ``` sed -i .orig 's/^\#HostKey \/etc\/ssh\/ssh_host_rsa_key/HostKey \/etc\/ssh\/ssh_host_rsa_key/' /etc/ssh/sshd_config sed -i .orig 's/^\#HostKey \/etc\/ssh\/ssh_host_ed25519_key/HostKey \/etc\/ssh\/ssh_host_ed25519_key/' /etc/ssh/sshd_config