From e24f69aac34fdfead77fb21fc7367f8776f2d5b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 28 Nov 2009 12:47:11 +0200 Subject: [PATCH] Fix ssh -m completion. --- contrib/ssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ssh b/contrib/ssh index b286b6c1..0946272c 100644 --- a/contrib/ssh +++ b/contrib/ssh @@ -43,7 +43,7 @@ _ssh() arcfour256 arcfour blowfish-cbc cast128-cbc' -- "$cur" ) ) return 0 ;; - -c) + -m) COMPREPLY=( $( compgen -W 'hmac-md5 hmac-sha1 umac-64@openssh.com \ hmac-ripemd160 hmac-sha1-96 hmac-md5-96' -- "$cur" ) ) return 0