Incoming from Jesse Meyer: > > I'm trying to use ssh + xmove on a debian server to launch clients to an > OpenBSD laptop, but xmove seems to error on me: > > /* pang is the OpenBSD laptop, 10.0.0.4/pong is the debian server */ > > [EMAIL PROTECTED]:~]$ ssh -X -f 10.0.0.4 xmove > [EMAIL PROTECTED]'s password: > > [EMAIL PROTECTED]:~]$ ssh -f 10.0.0.4 "rxvt -display localhost:1" > [EMAIL PROTECTED]'s password: > > [EMAIL PROTECTED]:~]$ X11 connection rejected because of wrong > authentication. > X11 connection rejected because of wrong authentication. > Xlib: connection to "localhost:1.0" refused by server > Xlib: Client is not authorized to connect to Server > rxvt: can't open display localhost:1 > xmove is not authorized to connect to server localhost:10.0. > X11 connection rejected because of wrong authentication. > channel 2: chan_read_failed for istate 3 > channel 2: chan_ibuf_empty for istate 3
ssh -v will show more. See /etc/ssh/sshd_config (on server) and ssh_config X11 forwarding is often disabled on servers. Both ssh and sshd must be able to agree on valid crypto protocols for any of this to work. If one only accepts RSA and the other only does blowfish, you're hosed. You need to re-work keys. -- Any technology distinguishable from magic is insufficiently advanced. (*) http://www.spots.ab.ca/~keeling - - -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

