Welcome, Guest. Please login or register.

Author Topic: SSH on the Amiga?  (Read 5465 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline MelbourneBenTopic starter

  • Full Member
  • ***
  • Join Date: May 2009
  • Posts: 240
  • Country: au
  • Gender: Male
    • Show only replies by MelbourneBen
SSH on the Amiga?
« on: July 14, 2010, 05:55:30 AM »
Hi,

Can anyone recommend an SSH terminal client that is compatible with OS 3.1?

I want to be able to SSH into a unix terminal.

Cheers

Ben
Amiga 500 user
 

Offline johnklos

  • Full Member
  • ***
  • Join Date: Feb 2010
  • Posts: 190
    • Show only replies by johnklos
Re: SSH on the Amiga?
« Reply #1 on: July 14, 2010, 06:48:43 AM »
http://us3.aminet.net/comm/tcp/openssh-bin.lha

OpenSSH comes with command line ssh.
 

Offline LoadWB

  • Hero Member
  • *****
  • Join Date: Jul 2006
  • Posts: 2901
  • Country: 00
    • Show only replies by LoadWB
Re: SSH on the Amiga?
« Reply #2 on: July 14, 2010, 07:32:56 AM »
Quote from: johnklos;570250
http://us3.aminet.net/comm/tcp/openssh-bin.lha

OpenSSH comes with command line ssh.

That's for OS4.  If you need one for 3.x, go here

http://www.chernoff.org/amiga/

The only problem I have with it is CTRL-C breaks the CLI, not the remote session.  Whoops.  Mind you, I have never tried in anything other than the Amiga Shell.

EDIT: The AmiNet icon says OS4... I have not downloaded it to try, sorry.
 

Offline DBAlex

  • Sr. Member
  • ****
  • Join Date: Aug 2005
  • Posts: 304
    • Show only replies by DBAlex
Re: SSH on the Amiga?
« Reply #3 on: July 14, 2010, 08:09:48 AM »
Quote from: MelbourneBen;570247
Hi,

Can anyone recommend an SSH terminal client that is compatible with OS 3.1?

I want to be able to SSH into a unix terminal.

Cheers

Ben

There's an old 68K SSH version here:
http://www.lysator.liu.se/~johane/dev/projects.html

I'm sure their is a newer version around somewhere though... that could work for now though. :)

EDIT: This is a newer version...  not sure if it's OS3.x compatible though...:
http://amiga.sourceforge.net/index.php?sfcontent=/projects/amiga/files/OpenSSH/

Full list of Amiga SSH versions can be found here:
http://linuxmafia.com/ssh/amiga.html
« Last Edit: July 14, 2010, 08:13:52 AM by DBAlex »
Machines:
- A1200, Blizzard 1260 w/ 64MB RAM, 1.2GB HD, PCMCIA WiFi, AGA w/ RGB Adapter, OS3.9
- Pegasos I, G3 600Mhz, 512MB, Radeon 9200se, 80GB HD, AmigaKit WiFi Card, MOS 1.4.5
- Mac Mini, G4 1.5ghz, 512MB (1GB Soon), Radeon 9200 64MB, 80GB HD, OSX 10.5 (Leopard)
- PCs, Laptops... *yawn*... :D
 

Offline pVC

Re: SSH on the Amiga?
« Reply #4 on: July 14, 2010, 10:09:31 AM »
If SSH1 is enough, I'd recommend AmTelnet. It has nice GUI with addressbooks and all. For more simplistic, but still having arrow keys etc working without problems, I used to use ssh version of Napsaterm.
Daily MorphOS user and Amiga active.
 

Offline kolla

Re: SSH on the Amiga?
« Reply #5 on: July 14, 2010, 06:46:58 PM »
What would it take to update AmTelnet?
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 LoadWB

  • Hero Member
  • *****
  • Join Date: Jul 2006
  • Posts: 2901
  • Country: 00
    • Show only replies by LoadWB
Re: SSH on the Amiga?
« Reply #6 on: July 14, 2010, 07:28:52 PM »
Quote from: kolla;570324
What would it take to update AmTelnet?


Act of God?
 

Offline roMancer

  • Newbie
  • *
  • Join Date: Sep 2006
  • Posts: 13
    • Show only replies by roMancer
    • http://amigaalive.blogspot.com
Re: SSH on the Amiga?
« Reply #7 on: September 19, 2017, 05:56:24 PM »
A late update with working links:

"AmigaSSH is based on version 1.2.26 of ssh and version 3.12 of napsaterm"
https://www.lysator.liu.se/~lilja/amigassh/

openssh-3.9p1.lha
http://amiga.sourceforge.net/?showpackage=OpenSSH

Offline kolla

Re: SSH on the Amiga?
« Reply #8 on: September 19, 2017, 06:30:46 PM »
Well... ssh on 68k AmigaOS is just too much pain - the available clients are too old, only capable of ancient, long abandoned protocols and encryption methods, or crazy resource hungry, cumbersome and slightly dysfunctional ports of openssh.

My solution - just don't do it!! Have a *ix system nearby, to which you can telnet or rsh, and then use ssh from there. Personally I have solved this (and many other) issue by installing a Raspberry pi zero inside the Amiga, and then use AmTelnet, telser.dervice + Term, or simply rsh, to the pi, and ssh from there.

Just for fun, I have an alias "ssh" in my shell-startup, which expands to
Code: [Select]
rsh -l kolla 10.99.0.1 ssh -i .ssh/id_ed25519_nopw "[]" so I can send commands to my hosts directly from Amiga shell (10.99.0.1 being the pi - it is also NAT router for the Amiga).

A fun and crazy side project, I am brushing dust off my dopus-arexx skills by writing a dopus5 module that allows me to maintain my cloud servers directly from dopus5 lister. In another module I attempt to bring up, maintain, and destroy kubernetes clusters, from DOpus. All this crazy tinkering thanks to Olaf "Olsen" Barthel being so kind writing and compiling a functional and solid rsh client for Roadshow. Hail hail! :D
« Last Edit: September 19, 2017, 06:33:31 PM by kolla »
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 madgrizzle

  • Full Member
  • ***
  • Join Date: Feb 2017
  • Posts: 189
    • Show only replies by madgrizzle
Re: SSH on the Amiga?
« Reply #9 on: September 19, 2017, 06:52:31 PM »
Quote from: kolla;830824
Personally I have solved this (and many other) issue by installing a Raspberry pi zero inside the Amiga, and then use AmTelnet, telser.dervice + Term, or simply rsh, to the pi, and ssh from there.


To hijack this thread a second.. How have you interfaced the Raspberry Pi Zero to the Amiga?
Only Amiga *woo-woo* Makes It Possible
Only Amiga   ... Makes.. It .. Happen!
Amiga 2000, 2MB Chip RAM, OS3.9, GVP Combo 030/22 13 MB, Supra 4MB
Amiga 3000, 16 MB RAM, OS3.9, A3640 v3.2 with 060 Processor, Picasso II, A2065, PCD-50B
Dead VA2000/CX :(
 

Offline kolla

Re: SSH on the Amiga?
« Reply #10 on: September 19, 2017, 07:13:40 PM »
Quote from: madgrizzle;830825
To hijack this thread a second.. How have you interfaced the Raspberry Pi Zero to the Amiga?


Two ways, when possible via ethernet. Otherwise, via serial port.
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