Re: ssh 2 tunnel to named pipe not working - please help

From: Per Hedeland (per_at_hedeland.org)
Date: 02/25/04


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



Relevant Pages

  • RSA authentication problem
    ... I am having some weird crashes while using the ssh client. ... Then, sometimes it'll connect just fine to the server, and sometimes I get the same 'hash mismatch' error or, more rarely a 'floating point exception'. ... I've also noticed that the problem is not only on the client side but also on the daemon. ... I know it's not someone playing with my connection or trying to intercept it because openssh 3.2.1p1 work flawlessly on Slackware on the same machine. ...
    (SSH)
  • Re: SSH
    ... >> OpenSSH client, SSH server will report at least one or more implementation ... When using an SSH client to ...
    (comp.unix.solaris)
  • Sunfreeware OpenSSH 3.8p1 hostbased auth problem Solaris 9
    ... I've also explicitly disabled OpenSSH protocol 1. ... hostbased authentication only works when the client has ssh suid root. ... One of the OpenSSH devs suggested that for Solaris it could be hardcoded ...
    (SunManagers)
  • Re: probs with openssh(hpux) <==> ssh(win-nt)
    ... on the client side, we have have openssh ... "SSH and OpenSSH use different public key file formats" ...
    (comp.security.ssh)
  • Re: telnet vs Openssh
    ... >> This may be why I am seeing a slow down in screen drawing with Openssh. ... > If you're seeing a slowdown, it must be due to client implementation. ... I have experienced this on dialup when the SSH on the server (or client ... for that matter) doesn't do compression. ...
    (comp.unix.sco.misc)