Displaying 2 results from an estimated 2 matches for "purplefrog".
2005 May 02
2
forwarding stdin/out to remote socket
...use connection at step 3 to fail if it
would take a long time for ssh to setup the forwarding.
Now all this can be avoided if vnc would simply use stdin/out from ssh
as a communication channel and make sure that ssh would forward the
remote port to it. Currently I did it using netpipes,
http://web.purplefrog.com/~thoth/netpipes/netpipes.html , but it does
not seem right to execute an additional process copying megabytes of
tcp trafic from vncserver to stdin/out just so ssh can forward it one
more time.
So it would be nice if ssh can forward a port to stdin/out on its own.
AFAICS for ssh2 it would req...
2005 Mar 26
2
forwarding data ?
Hi,
I'm trying to configure ssh to get this behaviour:
ssh binds on "localhost:60110" and when a local application connect to that
port, all the data are forwarded to the "server". The particular fact is that
I can't use port forwarding because I don't have any pop3 daemon on the
"server". In fact I'm using a pop3 script as user's shell!
$