scp/sftp weirdness
    Erich Weiler 
    weiler at soe.ucsc.edu
       
    Fri Jul  7 13:11:32 EST 2006
    
    
  
Hi Damien,
Respectfully, I understand what you are saying but I'm not seeing it in 
practice.  I put the path to all the new SSH binaries in the very front 
of my PATH as such:
setenv PATH /usr/local/openssh.new/bin:/rest/of/path
% which ssh
/usr/local/openssh.new/bin/ssh
% which sftp
/usr/local/openssh.new/bin/sftp
and still I get the same error when I try to sftp anywhere...
ciao, erich
Damien Miller wrote:
> I told you: your sftp and scp binaries are using the wrong ssh binary.
> 
> sftp and ssh set a number of options when invoking ssh. PermitLocalCommand
> is one of them.
> 
> On Thu, 6 Jul 2006, Erich Weiler wrote:
> 
>> Also the "PermitLocalCommand" option doesn't appear anywhere in my ssh_config
>> or sshd_config...  What could be specifying that option I wonder?
>>
>> ciao, erich
>>
    
    
More information about the openssh-unix-dev
mailing list