SSH 'server'...

NeXT Computer, Inc. -> Porting New Software

Title: SSH 'server'...
Post by: helf on October 20, 2007, 12:07:56 PM
Anyone tried porting the OpenSSH Server to NS/OS ? Be nice to be able to ssh to my boxes instead of telnet.
Title: Re: SSH 'server'...
Post by: kb7sqi on October 20, 2007, 12:21:45 PM
Quote from: "helf"Anyone tried porting the OpenSSH Server to NS/OS ? Be nice to be able to ssh to my boxes instead of telnet.

Helf,
 If you're running NS3.3 on your NeXT box, you should be able to grab the gecko archives off my site & just re-compile them for your system.  If not, give me a few days & I'll have a new package w/ all the required stuff ready to be installable.  :D  The older versions of OpenSSH 3.6-3.8 compiled pretty easily on NS/OS, but the latest version 4.7 which does compile on Openstep, took some work.  I still don't have to use the -posix flag, but it wasn't my cleanest port.  sftp don't work as well.  ssh works fine.  I haven't been able to get 4.7 to compile w/ the stock 2.5.8 compiler on a ns3.3 yet though.  I'll take a look @ it again soon.  m68k/x86 atleast have a newer gcc available to use.  :wink:
Title: SSH 'server'...
Post by: helf on October 20, 2007, 02:24:43 PM
oh ok, thanks! I was looking through your archive earlier. must've skipped over the files. I'll give that a try :)
Title: SSH 'server'...
Post by: mgtremaine on November 19, 2007, 07:18:40 PM
I've got a question which I should probably know, but where does your ssh package look for the prngd pool? I've installed both and all I get is PRNG is not seeded.

-Mike

DOH nevermind I figured it out looks like in openssl 0.9.7+ it looks for the socket in any of four places.

/var/run/egd-pool
/dev/egd-pool
/etc/egd-pool
/etc/entropy

So as long as you use one of those it works.

-Mike
Title: SSH 'server'...
Post by: kb7sqi on November 19, 2007, 09:25:32 PM
Yep, I use /etc/egd-pool on all my systems.  Just to keep some kind of consistancy.  I provided an example of how I start them on startup in the README in the packages directory.  Here's how I start them up vi /etc/rc.local

if [ -f /usr/local/sbin/prngd ]; then
       echo -n ' prngd' >/dev/console
       /usr/local/sbin/prngd /etc/egd-pool
fi

if [ -f /usr/local/sbin/sshd ]; then
       echo -n ' sshd ' >/dev/console
       /usr/local/sbin/sshd
fi
Title: SSH 'server'...
Post by: mgtremaine on November 20, 2007, 10:12:58 AM
README  :shock:

-Mike
Title: SSH 'server'...
Post by: kb7sqi on November 20, 2007, 01:34:36 PM
Yeah, I read one of those once.  :wink:
Title: SSH 'server'...
Post by: mgtremaine on November 26, 2007, 09:56:10 AM
I do notice a funny bug with ssh see if anyone else has this problem. If I log in via ssh from my linux desktop [xterm] and I resize the window the ssh session locks up. If I do the same thing via telnet it is fine.

-Mike
Title: SSH 'server'...
Post by: kb7sqi on November 26, 2007, 10:26:33 AM
Hmm, I just tried this from my Solaris box & connected to all 4 different systems.  I didn't have this problem.  I'll try l8r from my Linux box.  I've never had that problem before.
Title: SSH 'server'...
Post by: mgtremaine on November 26, 2007, 11:47:16 AM
Could be something in my set up or even something do to it be a Virtual machine I'll try it later on the TC Slab and see if I can reproduce it. I did try to login as root and me [different shells, and I also set my TERM to vt102] and saw the same issue so something is funny in the mix for sure.

I also tried it from a xterm on the linux host and I started up my Sparc 20 [Solaris 9] and had the same problem.

-Mike
Title: Re: SSH 'server'...
Post by: dylanmcnamee on November 02, 2019, 07:35:17 PM
KB7SQI wrote:
Quote... If you're running NS3.3 on your NeXT box, you should be able to grab the gecko archives off my site & just re-compile them for your system.
I'm pretty new here - where is your site &/or the gecko archives?

thanks!
dylan

Go to top  Forum index