Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH 1/1] autocompletion: add ssh option UpdateHostKeys



From: Christian Hesse <mail@xxxxxxxx>

Signed-off-by: Christian Hesse <mail@xxxxxxxx>
---
 Completion/Unix/Command/_ssh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh
index 2be5672..b23ce3b 100644
--- a/Completion/Unix/Command/_ssh
+++ b/Completion/Unix/Command/_ssh
@@ -425,6 +425,7 @@ _ssh () {
                 TCPKeepAlive \
                 Tunnel \
                 TunnelDevice \
+                UpdateHostKeys \
                 UsePrivilegedPort \
                 User \
                 UserKnownHostsFile \
-- 
2.5.0



Messages sorted by: Reverse Date, Date, Thread, Author