Changes between Version 1 and Version 2 of Ticket #251, comment 4


Ignore:
Timestamp:
May 21, 2017, 3:51:27 PM (7 years ago)
Author:
jmontleon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #251, comment 4

    v1 v2  
    1 I was able to rpm2cpio and then extract the files with cpio. NEXT if you've yum updated the system and replaced the original version of openssl you'll find they will complain about the mismatch. Even if openssl is downgraded to the appropriate version I am unable to make a successful connection. I get prompted for the key and then password, receive a tcgetattr and select errors which I gather aren't supposed to be critical, and then the connection ends.
     1I was able to rpm2cpio and then extract the files with cpio. Next if you've yum updated the system and replaced the original version of openssl you'll find they will complain about the mismatch. Even if openssl is downgraded to the appropriate version I am unable to make a successful connection. I get prompted for the key and then password, receive a tcgetattr and select errors which I gather aren't supposed to be critical, and then the connection ends.
    22
    33I did manage to create a working rpm that gets to the same state, but I had to make a lot of changes to the SPEC file to get it to build in the ArcOS environment and use unix2dos on the patch file to get it to apply cleanly. I also had to uninstall libcx-devel as poll.h was causing problems with compiling.
     
    66
    77An updated SRPM is at https://drive.google.com/a/montleon.com/file/d/0B0vm64JM4bFZeDA1R0xnQXZOcjQ/view?usp=sharing if anyone wants to work on it.
     8
     9Paul Smedley might be able to explain what's needed to make this work. I see a comment from him about the select error on this thread: http://www.os2world.com/forum/index.php?topic=1127.0 and he has a working 5.9p1 ssh.exe at http://smedley.id.au/tmp/ssh.zip so it seems it might be possible to make it work.