summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Completion/Unix/Command/_ssh1
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65c9153d7..acfbc7b3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2015-08-05 Oliver Kiddle <opk@zsh.org>
+ * Christian Hesse: 35986: Completion/Unix/Command/_ssh:
+ add ssh option UpdateHostKeys
+
* unposted (c.f. 35902): Functions/Zle/incremental-complete-word:
use - after zle -U in case $key starts with -
diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh
index 2be5672da..b23ce3b4e 100644
--- a/Completion/Unix/Command/_ssh
+++ b/Completion/Unix/Command/_ssh
@@ -425,6 +425,7 @@ _ssh () {
TCPKeepAlive \
Tunnel \
TunnelDevice \
+ UpdateHostKeys \
UsePrivilegedPort \
User \
UserKnownHostsFile \