Re: ssh 2 tunnel to named pipe not working - please help
From: Per Hedeland (per_at_hedeland.org)
Date: 02/25/04
- Next message: David McNab: "pageant and cygwin ssh"
- Previous message: Steve Turner: "Re: Proposed enhancement to scp"
- In reply to: Jared: "ssh 2 tunnel to named pipe not working - please help"
- Next in thread: Jared: "Re: ssh 2 tunnel to named pipe not working - please help"
- Reply: Jared: "Re: ssh 2 tunnel to named pipe not working - please help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 25 Feb 2004 20:14:51 +0000 (UTC)
In article <480f610.0402250623.245373b@posting.google.com>
jared@hwai.com (Jared) writes:
>4. ssh user@targethost 'cat > /tmp/inpipe.dmp' < /tmp/outpipe.dmp &
Just a stab in the dark, but to eliminate the possibility of any part of
SSH even being aware that named pipes are involved, you could try:
cat /tmp/outpipe.dmp | ssh user@targethost 'cat > /tmp/inpipe.dmp' &
However, a command like yours above worked perfectly for me with:
Client OS: FreeBSD 5.2 OpenSSH: 3.6.1p1
Server OS: RedHat 7.3 OpenSSH: 3.1p1
SSH protocol version: 2
(ok, so I need to upgrade...) Not doing any Oracle stuff though, but
'cat /tmp/pipe > /tmp/file' on server and then 'cat bigfile > /tmp/pipe'
on client.
--Per Hedeland
per@hedeland.org
- Next message: David McNab: "pageant and cygwin ssh"
- Previous message: Steve Turner: "Re: Proposed enhancement to scp"
- In reply to: Jared: "ssh 2 tunnel to named pipe not working - please help"
- Next in thread: Jared: "Re: ssh 2 tunnel to named pipe not working - please help"
- Reply: Jared: "Re: ssh 2 tunnel to named pipe not working - please help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|