mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +02:00
35986: add ssh option UpdateHostKeys
This commit is contained in:
parent
8bbfbfebbc
commit
db7b2f12d8
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
2015-08-05 Oliver Kiddle <opk@zsh.org>
|
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:
|
* unposted (c.f. 35902): Functions/Zle/incremental-complete-word:
|
||||||
use - after zle -U in case $key starts with -
|
use - after zle -U in case $key starts with -
|
||||||
|
|
||||||
|
|
|
@ -425,6 +425,7 @@ _ssh () {
|
||||||
TCPKeepAlive \
|
TCPKeepAlive \
|
||||||
Tunnel \
|
Tunnel \
|
||||||
TunnelDevice \
|
TunnelDevice \
|
||||||
|
UpdateHostKeys \
|
||||||
UsePrivilegedPort \
|
UsePrivilegedPort \
|
||||||
User \
|
User \
|
||||||
UserKnownHostsFile \
|
UserKnownHostsFile \
|
||||||
|
|
Loading…
Reference in a new issue