From: Simon Ruderich Date: Sat, 29 Feb 2020 07:32:51 +0000 (+0100) Subject: shell: ssh_config: fix typo in comment X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=e55a6e61e1705f1ae06d3ed5b85df3acf0c09838 shell: ssh_config: fix typo in comment --- diff --git a/shell/ssh_config b/shell/ssh_config index e1ae5f7..845e4e1 100644 --- a/shell/ssh_config +++ b/shell/ssh_config @@ -144,6 +144,6 @@ Host * CheckHostIP yes # Ask before adding any host keys to ~/.ssh/known_hosts (default). StrictHostKeyChecking ask -# Check host keys from DNS' SSHFP resource records but ask apply +# Check host keys from DNS' SSHFP resource records but apply # StrictHostKeyChecking before trusting them. VerifyHostKeyDNS ask