[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] SSH on Qube2



> Does anyone have any experience running OpenSSH on the Qube2? I would
> appreciate any install tips on getting it runing. There's some threads
> on the archives that touch on the subject, but I'm still unsure if there
> are any stumbling blocks to look out for.

I've got a Raq2, which is similar to the Qube2 (mipsel processor). It was a
pretty straight forward install. I did it using the source tarballs from
OpenSSH. Just read the INSTALL and the docs and you should be set. It
requires that you have SSL, so you'll need to download and install OpenSSL
before you move on to SSH. Other than that, it was just a matter of
untarring the sources and doing a

./configure
make
make install

I believe there might be a .pkg version but I'm not sure what the link is.
Anyone else know?

HTH,
j