Welcome, Guest. Please login or register.

Author Topic: secure ftp protocol  (Read 1407 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline dschallockTopic starter

secure ftp protocol
« on: March 14, 2017, 06:12:12 AM »
Ugh.  So, my web hosting server 1and1 up and switched protocols from FTP to SFTP.  I have been using MFTP for while now and it has worked great.  Doing a little searching around it would appear there is no 68k program that works with SFTP protocol.
Does anyone know of one?
 

Offline kolla

Re: secure ftp protocol
« Reply #1 on: March 14, 2017, 08:30:34 AM »
You can try if you get sftp in one of these working:
http://amiga.sourceforge.net/?showpackage=OpenSSH

I suggest you get yourself some linux or bsd system to use as "hop host" between your Amiga and the Internet, where you can install ftp server, telnet, rsh etc service for your legacy systems, and from there use secure modern protocols.
B5D6A1D019D5D45BCC56F4782AC220D8B3E2A6CC
---
A3000/060CSPPC+CVPPC/128MB + 256MB BigRAM/Deneb USB
A4000/CS060/Mediator4000Di/Voodoo5/128MB
A1200/Blz1260/IndyAGA/192MB
A1200/Blz1260/64MB
A1200/Blz1230III/32MB
A1200/ACA1221
A600/V600v2/Subway USB
A600/Apollo630/32MB
A600/A6095
CD32/SX32/32MB/Plipbox
CD32/TF328
A500/V500v2
A500/MTec520
CDTV
MiSTer, MiST, FleaFPGAs and original Minimig
Peg1, SAM440 and Mac minis with MorphOS
 

Offline gertsy

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: May 2006
  • Posts: 2318
  • Country: au
  • Thanked: 1 times
    • Show only replies by gertsy
    • http://www.members.optusnet.com.au/~gbakker64/
Re: secure ftp protocol
« Reply #2 on: March 15, 2017, 07:49:07 AM »
Quote from: kolla;823355
You can try if you get sftp in one of these working:
http://amiga.sourceforge.net/?showpackage=OpenSSH

I suggest you get yourself some linux or bsd system to use as "hop host" between your Amiga and the Internet, where you can install ftp server, telnet, rsh etc service for your legacy systems, and from there use secure modern protocols.


+1.  Inelegant but easiest.
 

Offline kolla

Re: secure ftp protocol
« Reply #3 on: March 15, 2017, 09:56:00 AM »
Quote from: gertsy;823408
+1.  Inelegant but easiest.


And since I build raspberry pi inside the Amiga case - very transparent :)
B5D6A1D019D5D45BCC56F4782AC220D8B3E2A6CC
---
A3000/060CSPPC+CVPPC/128MB + 256MB BigRAM/Deneb USB
A4000/CS060/Mediator4000Di/Voodoo5/128MB
A1200/Blz1260/IndyAGA/192MB
A1200/Blz1260/64MB
A1200/Blz1230III/32MB
A1200/ACA1221
A600/V600v2/Subway USB
A600/Apollo630/32MB
A600/A6095
CD32/SX32/32MB/Plipbox
CD32/TF328
A500/V500v2
A500/MTec520
CDTV
MiSTer, MiST, FleaFPGAs and original Minimig
Peg1, SAM440 and Mac minis with MorphOS
 

Offline eliyahu

  • Lifetime Member
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Jan 2011
  • Posts: 1220
  • Country: us
  • Thanked: 4 times
  • Gender: Male
    • Show only replies by eliyahu
    • eliyahu.org
Re: secure ftp protocol
« Reply #4 on: March 15, 2017, 02:47:24 PM »
Quote from: dschallock;823353
Ugh.  So, my web hosting server 1and1 up and switched protocols from FTP to SFTP.  I have been using MFTP for while now and it has worked great.  Doing a little searching around it would appear there is no 68k program that works with SFTP protocol.
Does anyone know of one?
i realize this doesn't solve your problem immediately, but someone might consider using @ssolie's build of openssh -- which includes sftp, among other tools -- and backporting it to OS3/68k. i use this on my AOS4 machines all of the time, and it works well. i don't know if it can be built against ixemul.library or not, but it may be an easier starting point than trying to port openssh from scratch.

-- eliyahu
"How do you know I’m mad?" said Alice.
"You must be," said the Cat, "or you wouldn’t have come here."
 

Offline dschallockTopic starter

Re: secure ftp protocol
« Reply #5 on: March 15, 2017, 04:40:23 PM »
Quote from: eliyahu;823417
i realize this doesn't solve your problem immediately, but someone might consider using @ssolie's build of openssh -- which includes sftp, among other tools -- and backporting it to OS3/68k. i use this on my AOS4 machines all of the time, and it works well. i don't know if it can be built against ixemul.library or not, but it may be an easier starting point than trying to port openssh from scratch.

-- eliyahu

That would be awesome.  If everything is going to end up being SFTP in the near future it would seem to me there will be a need for something on 68k to support this.
 

Offline LoadWB

  • Hero Member
  • *****
  • Join Date: Jul 2006
  • Posts: 2901
  • Country: 00
    • Show only replies by LoadWB
Re: secure ftp protocol
« Reply #6 on: March 15, 2017, 06:02:56 PM »
Quick question for clarification: SFTP or FTPS?  They are two different protocols, one being SSH-based and the other FTP-based, respectively.
 

Offline dschallockTopic starter

Re: secure ftp protocol
« Reply #7 on: March 15, 2017, 09:55:51 PM »
Quote from: LoadWB;823422
Quick question for clarification: SFTP or FTPS?  They are two different protocols, one being SSH-based and the other FTP-based, respectively.

Not sure, Ill do some reading on this....