Fix ssh -m completion.

This commit is contained in:
Ville Skyttä 2009-11-28 12:47:11 +02:00
parent 97e3778cb2
commit e24f69aac3

View File

@ -43,7 +43,7 @@ _ssh()
arcfour256 arcfour blowfish-cbc cast128-cbc' -- "$cur" ) ) arcfour256 arcfour blowfish-cbc cast128-cbc' -- "$cur" ) )
return 0 return 0
;; ;;
-c) -m)
COMPREPLY=( $( compgen -W 'hmac-md5 hmac-sha1 umac-64@openssh.com \ COMPREPLY=( $( compgen -W 'hmac-md5 hmac-sha1 umac-64@openssh.com \
hmac-ripemd160 hmac-sha1-96 hmac-md5-96' -- "$cur" ) ) hmac-ripemd160 hmac-sha1-96 hmac-md5-96' -- "$cur" ) )
return 0 return 0