zsh-workers
 help / color / mirror / code / Atom feed
* _ssh: Warning: Remote host denied X11 forwarding.
@ 2000-05-09 12:02 Tanaka Akira
  0 siblings, 0 replies; only message in thread
From: Tanaka Akira @ 2000-05-09 12:02 UTC (permalink / raw)
  To: zsh-workers

Z(4):akr@serein% scp coulee:<TAB>Warning: Remote host denied X11 forwarding.
file
00    bin   src   tmp   zsh   zz  

_ssh should disable forwarding to use ssh.

Index: Completion/User/_ssh
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/User/_ssh,v
retrieving revision 1.3
diff -u -r1.3 _ssh
--- Completion/User/_ssh	2000/05/03 14:44:01	1.3
+++ Completion/User/_ssh	2000/05/09 11:58:34
@@ -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 () {
-- 
Tanaka Akira


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-05-09 12:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-09 12:02 _ssh: Warning: Remote host denied X11 forwarding Tanaka Akira

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).