From dff7eff11b037d508e3c4b683c35954a29b416b0 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 9 May 2000 12:13:38 +0000 Subject: 11280: Completion/User/_make: suppress an error with closed stdin on OpenBSD. 11278: Completion/User/_ssh: disable forwarding to use ssh. --- Completion/User/_ssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/User/_ssh') 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 () { -- cgit 1.4.1