Re: [CentOS] chmodding SCP

2012-02-22 Thread Kay Diederichs
On 02/21/2012 07:30 PM, Turnbough, Bradley E. wrote: > I have two machines, and I am trying to copy files from one to the other via > SCP. > > Since this machine is accessible from two of our networks, we're trying to > restrict the use of SCP to a select few individuals to prevent unauthorized

Re: [CentOS] chmodding SCP

2012-02-21 Thread Denniston, Todd A CIV NAVSURFWARCENDIV Crane
Turnbough, Bradley E. wrote: > I have two machines, and I am trying to copy files from one to the other > via SCP. >>From a different machine, I'm trying to scp to that machine, but I'm >> receiving an "access denied". > > My ssh key is in the authorized users file in the root profile. So your s

Re: [CentOS] chmodding SCP

2012-02-21 Thread m . roth
Turnbough, Bradley E. wrote: > I have two machines, and I am trying to copy files from one to the other > via SCP. > What we did was we chmodded 700 /usr/bin/scp. The owner has remained root > and the group has remianed root. > >>From a different machine, I'm trying to scp to that machine, but I'

[CentOS] chmodding SCP

2012-02-21 Thread Turnbough, Bradley E.
I have two machines, and I am trying to copy files from one to the other via SCP. Since this machine is accessible from two of our networks, we're trying to restrict the use of SCP to a select few individuals to prevent unauthorized data transmission from network to network. What we did was we