Sets the chroot and changes the jail to match the correct path scheme.
public function setChroot() { $this->chroot = $this->findChroot(); $this->jail = $this->fixRemotePath($this->jail); }