scp host1:file host2:directory ?
From: Bill Unruh (unruh_at_string.physics.ubc.ca)
Date: 04/30/03
- Next message: Dimitri Maziuk: "Re: scp host1:file host2:directory ?"
- Previous message: Sebastian Hans: "Re: Broken-ness configuring with openssl-0.9.7b and openssh-3.6.1p1"
- Next in thread: Dimitri Maziuk: "Re: scp host1:file host2:directory ?"
- Reply: Dimitri Maziuk: "Re: scp host1:file host2:directory ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 30 Apr 2003 20:26:47 GMT
I have a machine A which has direct ssh (authorized hosts) permission on
machines B and C.
If I do
scp B:file C:directory
I get a permission denied, while if I do
scp B:file /tmp
scp /tmp/file C:directory
It works like a charm. What is happening? Is scp on A telling scp on B
to directly send to C:? I would expect that command to tell B to send to
A, and then A sends to C. Is this expectation wrong?
- Next message: Dimitri Maziuk: "Re: scp host1:file host2:directory ?"
- Previous message: Sebastian Hans: "Re: Broken-ness configuring with openssl-0.9.7b and openssh-3.6.1p1"
- Next in thread: Dimitri Maziuk: "Re: scp host1:file host2:directory ?"
- Reply: Dimitri Maziuk: "Re: scp host1:file host2:directory ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|