Re: newbie: cross-compiling openssh 4.3p2



I'm cross-compiling openssh 4.3p2, and everything other than scp seems to be working beautifully. scp however insists on looking for ssh at /project/hsi/fs/bin/ssh, a path related to the build directory, even though both executables live in /usr/local/bin on the target system.

After poking around, I found out that I can set DESTDIR in Makefile.in to control where `make install` writes things, and use the desired /usr/local for prefix in configure. It does look like there's some kind of fake root support through buildpkg.sh, but that script looks like more than I care to read through at the moment.

Still if anybody else has done similar builds, I'd be interested in hearing what you did.
.



Relevant Pages

  • Re: Is SSH worth it??
    ... > We would be using SSH and SCP. ... SCP for automated scripts. ... > client will not be prompted for a password. ... remote machine, but imho it is better to swap client+server and give ...
    (Security-Basics)
  • RE: SCP and MVS data sets?
    ... SCP and MVS data sets? ... Is it possible that the open function is different in SCP? ... You can also do the following weirdness to use ssh to copy a z/OS legacy ...
    (bit.listserv.ibm-main)
  • Re: linux to linux scp in batch mode: how?
    ... reason why it works now is because of the dsa key. ... > been configured automatically when I set up ssh, I would imagine that I am ... >> I have ssh and scp up and running on my two Redhat 7.2 Linux machines, ... >> between the machines. ...
    (comp.security.ssh)
  • Re: linux to linux scp in batch mode: how?
    ... And now I can log on via ssh or scp without being prompted for the password. ... I am not specifically using ssh-agent, ... > between the machines. ...
    (comp.security.ssh)
  • RES: Is SSH worth it??
    ... attacker would have root access to another machines in your network. ... When I needed automated scripting using ssh and scp I used this programming ... SCP for automated scripts. ...
    (Security-Basics)