How-to for sftp on OpenStep 4.2?

NeXT Computer, Inc. -> NEXTSTEP / OPENSTEP Software

Title: How-to for sftp on OpenStep 4.2?
Post by: emendelson on February 06, 2012, 11:36:31 PM
Hello,

First post here. I've searched the forum for help, but I've been unable to find the right answer.

I'm running OpenStep 4.2 in a VMware virtual machine under both Windows (using VMware WorkStation) and OS X (using VMware Fusion).

I would like to be able to use ssh or sftp to share files between the host system and the OpenStep guest, but haven't been able to do so. I've tried installing two ssh builds that I've found online, but without success.

Is there any reasonably straightforward to way to get ssh working under OpenStep 4.2? I'll be very grateful for any advice.

I've been using RBrowser or GatorFTP to access ftp shares on the host system, but for obvious security and convenience reasons, I'd prefer to go with ssh. Thanks in advance.
Title: How-to for sftp on OpenStep 4.2?
Post by: mikeboss on February 07, 2012, 02:35:44 AM
have you tried the package(s) you can download using the following URL ->

https://public.me.com/bkmoore

also, from the README:

Please note PRNGD is needed for proper
operation of OpenSSL/OpenSSH on any NEXTSTEP/OPENSTEP system. Heres's an
example of my /etc/rc.local that is required to start thing like prngd, apache,
and sshd properly.

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

if [ -f /usr/local/apache/bin/apachectl ]; then
        echo -n ' httpd' >/dev/console
        /usr/local/apache/bin/apachectl start
fi

if [ -f /usr/local/sbin/sshd ]; then
       echo -n ' sshd ' >/dev/console
       /usr/local/sbin/sshd
fi



regards,
michael
Title: How-to for sftp on OpenStep 4.2?
Post by: emendelson on February 07, 2012, 08:07:37 AM
Thank you, Michael. I will try that later today when I get back to my machines with OpenStep. I had not found those files before.
Title: How-to for sftp on OpenStep 4.2?
Post by: mcdermd on February 07, 2012, 11:45:21 AM
I believe kb7sqi's ssh-3.2.9.1.pkg.NIHS.tgz package works out-of-the-box without prng.
Title: How-to for sftp on OpenStep 4.2?
Post by: emendelson on February 07, 2012, 12:31:16 PM
Quote from: "mcdermd"I believe kb7sqi's ssh-3.2.9.1.pkg.NIHS.tgz package works out-of-the-box without prng.

You are correct! Thank you! I wasted a lot of time yesterday trying to make other packages work. With this one, all I had to was extract, double-click on the PKG file, and start running ssh.

Also, I see that the other files on bkmoore's page are going to be very useful also. Many thanks to bkmoore too!
Title: How-to for sftp on OpenStep 4.2?
Post by: emendelson on February 07, 2012, 09:59:22 PM
Now that I've got ssh working, thanks to your help, could I continue with another question:

Is there a GUI front end to ssh connections? I tried RBrowser, which perfectly with ftp connections to an OS X host, but when I try to use it with ssh, RBrowse says it needs uuencode, and can't find the block size in the remote host.

Is there another front end for ssh file transfers? Thanks again for any help.
Title: How-to for sftp on OpenStep 4.2?
Post by: Noth on February 08, 2012, 09:31:33 AM
For OSX there's Fugu, and for Windows there's WinSCP. I don't know of any front end from OpenStep... However if you wanted a more NeXTish way of doing all this, you could use NFS to share to the OpenStep VM. NFS has a really easy configuration interface in NS/OS.
Title: How-to for sftp on OpenStep 4.2?
Post by: emendelson on February 08, 2012, 09:43:09 AM
Fugu and WinSCP are exactly what I've been using from OS X and Windows to access sftp shares on other remote systems; I'll try them with OpenStep.

Meanwhile, I realize that I am exploiting your generosity by asking questions, but can anyone give advice on using the NFSManager.app in OpenStep to access an OS X host? I haven't been able to get anywhere at all in my attempts to use it.
Title: How-to for sftp on OpenStep 4.2?
Post by: Noth on February 08, 2012, 10:41:56 AM
I can point you to this page : http://www.cilinder.be/docs/next/NeXTStep/3.3/nsa/04_NFS.htmld/index.html which is part of the official NeXTStep Network & System Administration guide. For setting up OSX there's this tool: http://www.bresink.com/osx/143439/download.php5. I also believe you can setup the NFS directory share from the "Sharing Options" of the OSX Preferences pane.
Title: How-to for sftp on OpenStep 4.2?
Post by: emendelson on February 08, 2012, 10:48:25 AM
EXACTLY what I needed. Thank you!
Title: How-to for sftp on OpenStep 4.2?
Post by: dgb75 on January 23, 2014, 11:36:05 PM
Any new sources for the OpenSSH download? The link is now dead as Apple shut down me.com.

Nevermind. Googling the filename got me the file, though the page didn't work properly with Firefox.
Title: How-to for sftp on OpenStep 4.2?
Post by: emendelson on January 24, 2014, 07:20:45 AM
Your googling skills are better than mine. Could you post a link to the file in case some of us want to find it again? Thanks!

Go to top  Forum index