diff options
author | Christian Hesse <mail@eworm.de> | 2015-08-05 15:47:14 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2015-08-05 15:47:14 +0200 |
commit | db7b2f12d84426a309f4f9d21fc8f66cd2576e25 (patch) | |
tree | e7132867eead7c0eadcd192a7ef84a0608b14eda | |
parent | 8bbfbfebbc13e9bd2165aba94a681aadc6b8566b (diff) | |
download | zsh-db7b2f12d84426a309f4f9d21fc8f66cd2576e25.tar.gz zsh-db7b2f12d84426a309f4f9d21fc8f66cd2576e25.tar.xz zsh-db7b2f12d84426a309f4f9d21fc8f66cd2576e25.zip |
35986: add ssh option UpdateHostKeys
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Completion/Unix/Command/_ssh | 1 |
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 \ |