summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2017-09-04 06:34:43 +0000
committerDamien Miller <djm@mindrot.org>2017-09-12 16:42:20 +1000
commit149a8cd24ce9dd47c36f571738681df5f31a326c (patch)
tree3a5f1b6e28ab29c6906069a419b9d539d88965b1
parentec9d22cc251cc5acfe7b2bcef9cc7a1fe0e949d8 (diff)
upstream commit
tweak previous; Upstream-ID: bb8cc40b61b15f6a13d81da465ac5bfc65cbfc4b
-rw-r--r--ssh_config.513
1 files changed, 7 insertions, 6 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 3823da6f..ca5a4110 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
.\" (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.254 2017/09/03 23:33:13 djm Exp $
-.Dd $Mdocdate: September 3 2017 $
+.\" $OpenBSD: ssh_config.5,v 1.255 2017/09/04 06:34:43 jmc Exp $
+.Dd $Mdocdate: September 4 2017 $
.Dt SSH_CONFIG 5
.Os
.Sh NAME
@@ -1458,18 +1458,19 @@ file is poorly maintained or when connections to new hosts are
frequently made.
This option forces the user to manually
add all new hosts.
+.Pp
If this flag is set to
.Dq accept-new
-then ssh will automatically add new new host keys to the user
+then ssh will automatically add new host keys to the user
known hosts files, but will not permit connections to hosts with
changed host keys.
If this flag is set to
.Dq no
or
.Dq 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.
+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.
If this flag is set to
.Cm ask
(the default),