summaryrefslogtreecommitdiff
path: root/ssh_config.5
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 /ssh_config.5
parentec9d22cc251cc5acfe7b2bcef9cc7a1fe0e949d8 (diff)
upstream commit
tweak previous; Upstream-ID: bb8cc40b61b15f6a13d81da465ac5bfc65cbfc4b
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.513
1 files changed, 7 insertions, 6 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 3823da6f3..ca5a41103 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh_config.5,v 1.254 2017/09/03 23:33:13 djm Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.255 2017/09/04 06:34:43 jmc Exp $
37.Dd $Mdocdate: September 3 2017 $ 37.Dd $Mdocdate: September 4 2017 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -1458,18 +1458,19 @@ file is poorly maintained or when connections to new hosts are
1458frequently made. 1458frequently made.
1459This option forces the user to manually 1459This option forces the user to manually
1460add all new hosts. 1460add all new hosts.
1461.Pp
1461If this flag is set to 1462If this flag is set to
1462.Dq accept-new 1463.Dq accept-new
1463then ssh will automatically add new new host keys to the user 1464then ssh will automatically add new host keys to the user
1464known hosts files, but will not permit connections to hosts with 1465known hosts files, but will not permit connections to hosts with
1465changed host keys. 1466changed host keys.
1466If this flag is set to 1467If this flag is set to
1467.Dq no 1468.Dq no
1468or 1469or
1469.Dq off , 1470.Dq off ,
1470ssh will automatically add new host keys to the user known hosts files, 1471ssh will automatically add new host keys to the user known hosts files
1471and allow connections to hosts with changed hostkeys to proceed subject 1472and allow connections to hosts with changed hostkeys to proceed,
1472to some restrictions. 1473subject to some restrictions.
1473If this flag is set to 1474If this flag is set to
1474.Cm ask 1475.Cm ask
1475(the default), 1476(the default),