Amiga.org

Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: Tumbleweed on April 03, 2024, 06:17:35 PM

Title: Amiga Terminal Emulator
Post by: Tumbleweed 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
Title: Re: Amiga Terminal Emulator
Post by: vince_6 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.
Title: Re: Amiga Terminal Emulator
Post by: Tumbleweed on April 05, 2024, 01:36:39 PM
Awesome. I'll give it a go. Much appreciated.

Weed
Title: Re: Amiga Terminal Emulator
Post by: Tumbleweed 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 (https://aminet.net/package/comm/net/amigassh)

Works a treat from Amiga Shell

Weed
Title: Re: Amiga Terminal Emulator
Post by: vince_6 on April 05, 2024, 11:31:18 PM
You can install Telnet Daemon on the Pi (64bit version).
sudo apt install telnetd-ssl
Title: Re: Amiga Terminal Emulator
Post by: Tumbleweed on April 06, 2024, 09:53:48 AM
Fantastic. Thanks so much.

Weed