Re: Using scp to copy through a "middle man"

From: the dude (swiss.dude_at_gmail.com)
Date: 09/28/04

  • Next message: Andrew Schulman: "Re: PuTTY for tunnelling with no window?"
    Date: 28 Sep 2004 06:06:28 -0700
    
    

    On HOST-A do :

    ssh HOST-B -L 3000:HOST-C:22 -l <userid>

    then do on Host A :

    scp -P3000 filenametocopy 127.0.0.1:/tmp

    This would copy the file "filenametocopy" onto the Host C in the /tmp
    Directory...

    Cheers,
    TheDude


  • Next message: Andrew Schulman: "Re: PuTTY for tunnelling with no window?"

    Relevant Pages

    • Re: scp performance degredation [ssh v3.4p1->3.7.1p2]
      ... >scp throughput. ... (both OpenSSL or OpenSSH) ... Start with a single host and do ...
      (comp.security.ssh)
    • Re: sending tarball to server using ssh?
      ... can scp do this too as a cron job? ... out how to do the ssh keygen stuff for ssh next, ... your particular bottleneck is the network (compress before you send it ... the local host (compress on the remote ...
      (alt.os.linux)
    • IPSec tcp session stalling
      ... Still having the same problem with an IPSec tunnel between FreeBSD 5.4R ... scp session tries to transfer a large file through an IPSec tunnel. ... host A just has an external interface connected to a leased line ... MTU is fine. ...
      (freebsd-net)
    • Re: TCP simultaneous (SYN) open with XP Prof SP2
      ... But it did not change the behavior - still sending RST after ... host, connection process was aborted and by sending RST to the remote ... There are two hosts, Host-A and Host-B, tries to connect to each other. ... Host-A and Host-B start connecting to each other at the same time by ...
      (microsoft.public.win32.programmer.networks)
    • Re: scp/rcp status of copy not status of connection?
      ... I've got an hourly crontab job that uses scp to copy Oracle archive log ... deletes the file on the source host and moves on to the next file. ... BUT if the filesystem is full on the target host then the remote cp ... No luck googling the archives for CUA. ...
      (comp.unix.admin)