SFTP through proxy
        Posted  
        
            by aerodynamic_props
        on Super User
        
        See other posts from Super User
        
            or by aerodynamic_props
        
        
        
        Published on 2010-04-15T21:08:15Z
        Indexed on 
            2010/04/15
            21:13 UTC
        
        
        Read the original article
        Hit count: 329
        
I have a large amount of data on scratch space at computer b that I want to get.
In my network I cannot directly connect to computer b (ssh exits with "No route to host"); I must first connect to computer a, and then connect to computer b.
I cannot move the data from the scratch space on computer b to computer a because of a disk quota that is imposed on me at computer a.
How can I move the data from computer b to my computer in this situation?
© Super User or respective owner