From: dtucker Date: Fri, 3 Sep 2021 07:43:23 +0000 (+0000) Subject: Use .Cm instead of .Dq in StrictHostKeyChecking list for consistency. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=015ab5e0814515817669219ff0b24e5564a779ef;p=openbsd Use .Cm instead of .Dq in StrictHostKeyChecking list for consistency. Patch from scop via github PR#257, ok jmc@ --- diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 229c56d817c..5c3a40de9c6 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/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 @@ -1789,15 +1789,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.