From e55a6e61e1705f1ae06d3ed5b85df3acf0c09838 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 29 Feb 2020 08:32:51 +0100 Subject: [PATCH] shell: ssh_config: fix typo in comment --- shell/ssh_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2