mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 11:21:15 -03:00
Add dynamic cipher completion to ssh -c ...
[ci skip]
This commit is contained in:
@@ -41,6 +41,7 @@ complete -c ssh -s X -d "Enable X11 forwarding"
|
||||
complete -c ssh -s L -d "Locally forwarded ports"
|
||||
complete -c ssh -s R -d "Remotely forwarded ports"
|
||||
complete -c ssh -s D -d "Dynamic port forwarding"
|
||||
complete -c ssh -s c -d "Encryption cipher" -xa "(ssh -Q cipher)"
|
||||
|
||||
# Also look up hosts from the history
|
||||
function __ssh_history_completions --argument limit
|
||||
|
||||
Reference in New Issue
Block a user