1
0
Fork 0
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:
Christian Hesse 2015-08-05 15:47:14 +02:00 committed by Oliver Kiddle
parent 8bbfbfebbc
commit db7b2f12d8
2 changed files with 4 additions and 0 deletions

View file

@ -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 -

View file

@ -425,6 +425,7 @@ _ssh () {
TCPKeepAlive \
Tunnel \
TunnelDevice \
UpdateHostKeys \
UsePrivilegedPort \
User \
UserKnownHostsFile \