[openssh-commits] [openssh] 01/01: upstream: Use .Cm instead of .Dq in StrictHostKeyChecking list for
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Sep 3 18:08:59 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit a60209a586a928f92ab323bf23bd07f57093342e
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Fri Sep 3 07:43:23 2021 +0000
upstream: Use .Cm instead of .Dq in StrictHostKeyChecking list for
consistency. Patch from scop via github PR#257, ok jmc@
OpenBSD-Commit-ID: 3652a91564570779431802c31224fb4a9cf39872
---
ssh_config.5 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ssh_config.5 b/ssh_config.5
index 9e0db96b..3fd5a6c2 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,7 +33,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh_config.5,v 1.363 2021/09/03 05:25:50 dtucker Exp $
+.\" $OpenBSD: ssh_config.5,v 1.364 2021/09/03 07:43:23 dtucker Exp $
.Dd $Mdocdate: September 3 2021 $
.Dt SSH_CONFIG 5
.Os
@@ -1788,15 +1788,15 @@ This option forces the user to manually
add all new hosts.
.Pp
If this flag is set to
-.Dq accept-new
+.Cm accept-new
then ssh will automatically add new host keys to the user's
.Pa known_hosts
file, but will not permit connections to hosts with
changed host keys.
If this flag is set to
-.Dq no
+.Cm no
or
-.Dq off ,
+.Cm off ,
ssh will automatically add new host keys to the user known hosts files
and allow connections to hosts with changed hostkeys to proceed,
subject to some restrictions.
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list