Re: OpenSSH from project openqnx

Frank Liu <[email protected]> Fri, 8 Nov 2002 12:34:06 -0500 (EST)
Newsgroups gmane.os.qnx.openqnx.devel
Message-ID <[email protected]>
You should post your question to the openqnx mailing list instead
of us individually:
http://lists.sourceforge.net/lists/listinfo/openqnx-developer

almost all packages on openqnx project site are in tar format, which
means you can simply:
su
cd -
tar zxvf file.tar.gz
to install it.

once you've installed openssh, you can run /openssh-setup to setup
the openssh server and run /usr/sbin/sshd to start the server.
you might want to add /usr/sbin/sshd in your /etc/rc.d/rc.local
if you want to start it automatically after reboot.

if you only want to use ssh as client, you can ignore the above
paragraph.

Frank

On Fri, 8 Nov 2002, Filipe Brandenburger wrote:

>
> Hello,
>
> I have a question about the project openqnx, so I'm sending you guys this
> mail. I hope you don't mind...
>
> I'm starting with QNX, and as my basic requirements, I need a SSH client in
> my installation. I downloaded the OpenSSH binary tar.gz from the openqnx
> project, but I don't know exactly what to do with it. Should I just
> untar(gz) it in my root filesystem? Should I run something after unpacking
> it? Or should I use the QNX Software Installer or the like?
>
> Thanks a lot!
>
> Filipe
>