Welcome, Guest. Please login or register.

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

Description:

0 Members and 1 Guest are viewing this topic.

Offline kolla

Re: SSH on the Amiga?
« 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 kolla

Re: SSH on the Amiga?
« Reply #1 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 kolla

Re: SSH on the Amiga?
« Reply #2 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