mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-05 11:01:13 +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>
|
||||
|
||||
* 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 -
|
||||
|
||||
|
|
|
@ -425,6 +425,7 @@ _ssh () {
|
|||
TCPKeepAlive \
|
||||
Tunnel \
|
||||
TunnelDevice \
|
||||
UpdateHostKeys \
|
||||
UsePrivilegedPort \
|
||||
User \
|
||||
UserKnownHostsFile \
|
||||
|
|
Loading…
Reference in a new issue