I'm working on a qnx device, and I want to be able to ssh into it. Does anyone have a primer on getting something like openSSH up and running?
|
feedback
|
|
Depending on whether it's 6.2, 6.3 or 6.4 you will actually go about it in a different manner. 6.2 has "Installer" or "Install Software from QNX" in Photon, a GUI program that lets you download and install it kind of like Fedora's Pup, YaST or the likes. The command-line equivalent is cl-installer. 6.3 does not have the 6.2 package filesystem, but supports it if needed. On 6.3, the easiest way would be to get the 6.2's package from http://download.qnx.com/contrib/repository621a/ , unpack it (it's just a tarball) - you should be able to figure out which file goes where. 6.4 has support for pkgsrc which would be my preferred way of doing it there. | |||
|
feedback
|
|
According to this you should be able to install it from the 3rd Party CD Rom, also available here: 3rd Party Apps. This requires the use of the qnxinstall app. | |||
|
feedback
|
|
QNX have removed support for packages since version 6.4. This means that it is difficult to install SSH and SSL from the 3rd Party Applications CD, because the utilities required arent there anymore. It turns out their qpk file package is really just a tgz in disguise. So what you can do is untar the openssl and openssh packages. It will create a file structure like public/core-//opt All you need to do is copy all of the contents from /opt to /, and then add /opt/bin:/opt/sbin to your path, and /opt/lib to your LD_LIBRARY_PATH. Other things to note are:
From what I have read, QNX 6.4.1 should come pre-installed with ssh. I am yet to confirm this | ||||
|
feedback
|
I have no idea what that means, but I hope it gives you something to start with. | |||
|
feedback
|
|
FYI - you can start telnet with "inetd" which gets you on, and gets ftp started so you can then move the ssh libs on etc. | |||
|
feedback
|