Putty equivalent for IRIX -
Noguri - 01-21-2020
Hi there,
Is there any Putty equivalent for IRIX?
Thank you for your lights!
RE: Putty equivalent for IRIX -
dexter1 - 01-21-2020
What do you mean by 'equivalent'?
- A secure shell client? : Openssh is ported to IRIX and is available on recent application CD's, freeware, Nekoware and other software collections.
- A graphical secure shell client? : There is as far as i know no equivalent program which has a graphical interface resembling PuTTY
RE: Putty equivalent for IRIX -
Noguri - 01-22-2020
Hi,
Actually I should have been more precised
Currently I have a need to debug serial connection issues (so basically opening ttyd*, ttym*, or ttyf* ports).
RE: Putty equivalent for IRIX -
MrWeedster - 01-22-2020
I think you're searching the "cu" command.
RE: Putty equivalent for IRIX -
dexter1 - 01-22-2020
'cu' is indeed my first choice as well: a serial terminal program from eoe.sw.uucp .It should be installed by default
Necron2600 has posted a binary of minicom :
https://forums.irixnet.org/thread-994.html
Other than that, C-Kermit from
http://www.kermitproject.org/current.html may be of use
RE: Putty equivalent for IRIX -
Noguri - 01-23-2020
Thanks very much for your support!
minicom is a very nice and intuitive tool and CKermit compiles seemlessly (I haven't tried it yet anyway...)