Welcome, Guest. Please login or register.

Author Topic: Amiga Terminal Emulator  (Read 307 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline TumbleweedTopic starter

Amiga Terminal Emulator
« on: April 03, 2024, 06:17:35 PM »
Hi all,

I've been playing around with a Raspberry Pi 5 and how I can access it remotely using Putty from my PC. Was wondering is there a terminal program for the Amiga (OS 3.2) that I can use to do the same over a network?

Ive downloaded Term 4.8 from Aminet but looks like it only allows me to use the serial port in conjunction with a dial up modem. What I'm looking to do is remote access into the PI from my Amiga via my Lan. The Amiga has a x-Surf 3cc and Roadshow.

Is it possible?

Weed
A3000T, Cybervision64, CSMKII 060; A3000D, PicassoII, Z3 Fastlane; A2000D, 040, PicassoII; A4000D, A1200, Blizzard 030 MKIV  (not working - next project)
 

Offline vince_6

Re: Amiga Terminal Emulator
« Reply #1 on: April 05, 2024, 09:05:43 AM »
There are many ways to do that, even from Shell.
The best way for me is DCTelnet, although I don't have the latest OS.
Works fine on 3.1 and 3.9.
My BBS : flashbackbbs.sytes.net:6502
http://partsfromthepast.blogspot.gr/ A1200 Black Project
 
The following users thanked this post: Tumbleweed

Offline TumbleweedTopic starter

Re: Amiga Terminal Emulator
« Reply #2 on: April 05, 2024, 01:36:39 PM »
Awesome. I'll give it a go. Much appreciated.

Weed
A3000T, Cybervision64, CSMKII 060; A3000D, PicassoII, Z3 Fastlane; A2000D, 040, PicassoII; A4000D, A1200, Blizzard 030 MKIV  (not working - next project)
 

Offline TumbleweedTopic starter

Re: Amiga Terminal Emulator
« Reply #3 on: April 05, 2024, 05:23:52 PM »
I gave it a go - no joy. The pi uses SSH2 , which I think was the issue. After a bit more digging around I found this on aminet:

https://aminet.net/package/comm/net/amigassh

Works a treat from Amiga Shell

Weed
A3000T, Cybervision64, CSMKII 060; A3000D, PicassoII, Z3 Fastlane; A2000D, 040, PicassoII; A4000D, A1200, Blizzard 030 MKIV  (not working - next project)
 

Offline vince_6

Re: Amiga Terminal Emulator
« Reply #4 on: April 05, 2024, 11:31:18 PM »
You can install Telnet Daemon on the Pi (64bit version).
sudo apt install telnetd-ssl
My BBS : flashbackbbs.sytes.net:6502
http://partsfromthepast.blogspot.gr/ A1200 Black Project
 
The following users thanked this post: Tumbleweed

Offline TumbleweedTopic starter

Re: Amiga Terminal Emulator
« Reply #5 on: April 06, 2024, 09:53:48 AM »
Fantastic. Thanks so much.

Weed
A3000T, Cybervision64, CSMKII 060; A3000D, PicassoII, Z3 Fastlane; A2000D, 040, PicassoII; A4000D, A1200, Blizzard 030 MKIV  (not working - next project)