diff options
author | djm@openbsd.org <djm@openbsd.org> | 2015-02-20 22:17:21 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-02-21 09:20:28 +1100 |
commit | 44732de06884238049f285f1455b2181baa7dc82 (patch) | |
tree | deb3c48176195cfc4028b55d2a1a71607e9f7fb0 /ssh_config.5 | |
parent | 13a39414d25646f93e6d355521d832a03aaaffe2 (diff) |
upstream commit
UpdateHostKeys fixes:
I accidentally changed the format of the hostkeys@openssh.com messages
last week without changing the extension name, and this has been causing
connection failures for people who are running -current. First reported
by sthen@
s/hostkeys@openssh.com/hostkeys-00@openssh.com/
Change the name of the proof message too, and reorder it a little.
Also, UpdateHostKeys=ask is incompatible with ControlPersist (no TTY
available to read the response) so disable UpdateHostKeys if it is in
ask mode and ControlPersist is active (and document this)
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index fa59c518e..140d0ba98 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.204 2015/02/16 22:13:32 djm Exp $ | 36 | .\" $OpenBSD: ssh_config.5,v 1.205 2015/02/20 22:17:21 djm Exp $ |
37 | .Dd $Mdocdate: February 16 2015 $ | 37 | .Dd $Mdocdate: February 20 2015 $ |
38 | .Dt SSH_CONFIG 5 | 38 | .Dt SSH_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -1524,6 +1524,9 @@ If | |||
1524 | is set to | 1524 | is set to |
1525 | .Dq ask , | 1525 | .Dq ask , |
1526 | then the user is asked to confirm the modifications to the known_hosts file. | 1526 | then the user is asked to confirm the modifications to the known_hosts file. |
1527 | Confirmation is currently incompatible with | ||
1528 | .Cm ControlPersist , | ||
1529 | and will be disabled if it is enabled. | ||
1527 | .Pp | 1530 | .Pp |
1528 | Presently, only | 1531 | Presently, only |
1529 | .Xr sshd 8 | 1532 | .Xr sshd 8 |