Fix ssh -m completion.
This commit is contained in:
parent
97e3778cb2
commit
e24f69aac3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user