Re: [Ssh-sftp-perl-users] Net::SSH::perl to chroot enviro
Brought to you by:
dbrobins
From: John F. <joh...@zn...> - 2004-06-03 17:01:40
|
> >Message: 4 >Date: Wed, 02 Jun 2004 16:09:11 -0700 >From: John Fisher <joh...@zn...> > >I am trying to use the package to log into a server which uses chroot >environments. As a person if I 'ssh -l username servername' >I get dropped into the chroot environment. > <snip> Hold the phone- after some thought ( what a concept!) I looked at the man pages again and tried running a command instead of a session login over a manual ssh connection. ssh -l <name> <server> "ls -l /builds" failed in the same general way as Net::SSH. So, I am back to looking at SSH and sudo - thanks for the help. John |