View | Details | Raw Unified | Return to bug 2400 | Differences between
and this patch

Collapse All | Expand All

(-)a/ssh_config.5 (+6 lines)
Lines 1429-1438 file is poorly maintained or when connections to new hosts are Link Here
1429
frequently made.
1429
frequently made.
1430
This option forces the user to manually
1430
This option forces the user to manually
1431
add all new hosts.
1431
add all new hosts.
1432
.Pp
1432
If this flag is set to
1433
If this flag is set to
1433
.Dq no ,
1434
.Dq no ,
1434
ssh will automatically add new host keys to the
1435
ssh will automatically add new host keys to the
1435
user known hosts files.
1436
user known hosts files.
1437
If the remote host key has changed, ssh will still
1438
connect but a few precautions are taken such as disabling password
1439
authentication.  This still allows quite a few attacks
1440
and should be avoided.
1441
.Pp
1436
If this flag is set to
1442
If this flag is set to
1437
.Dq ask ,
1443
.Dq ask ,
1438
new host keys
1444
new host keys

Return to bug 2400