summaryrefslogtreecommitdiff
path: root/Completion/User/_ssh
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/User/_ssh')
-rw-r--r--Completion/User/_ssh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_ssh b/Completion/User/_ssh
index 986dec0c0..eeb0e08dc 100644
--- a/Completion/User/_ssh
+++ b/Completion/User/_ssh
@@ -3,7 +3,7 @@
_remote_files () {
# This is extremely simple-minded; could parse "ls -F" output to do
# colorings and LIST_TYPES and so on, but I'm just not that ambitious.
- compadd $(ssh ${words[CURRENT]%:*} echo ${words[CURRENT]#*:}\*)
+ compadd $(ssh -a -x ${words[CURRENT]%:*} echo ${words[CURRENT]#*:}\*)
}
_ssh () {