Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Telnet app for OSX?

2 views
Skip to first unread message

Spanky

unread,
Dec 25, 2002, 9:57:24 PM12/25/02
to
Gang,
One of the last Classic applications I'm clinging to is NCSA Telnet.
Is there a simple telnet app for OSX? Perhaps something built in, via
the GUI or terminal? Or can someone recommend a freeware app?

Thanks!
_dennis

Seth Mattinen

unread,
Dec 25, 2002, 10:14:01 PM12/25/02
to
In article <251220021858389991%as...@you.needto.know>,
Spanky <as...@you.needto.know> wrote:


MacOS X includes telnet and ssh in the BSD layer; they're the same ones
you'd find on any *nix/*BSD box. Simply fire up terminal and type
"telnet" or "ssh".

--
There are no monkeys in my email.

Larry Fransson

unread,
Dec 26, 2002, 2:49:54 AM12/26/02
to
In article <251220021858389991%as...@you.needto.know>,
Spanky <as...@you.needto.know> wrote:

> Is there a simple telnet app for OSX? Perhaps something built in, via
> the GUI or terminal?

As mentioned, telnet is included in the BSD subsystem. If you don't
like command line telnet, look at mac.tucows.com. I'm sure there's
something there.

--
Larry Fransson
Seattle, WA

Anders Eklöf

unread,
Dec 26, 2002, 2:55:56 PM12/26/02
to
Seth Mattinen <se...@rollermonkeysnet.us> wrote:

IMNSHO it's next to worthless - it doesn' even correctly emulate a
VT100 terminal, even less VT220 and up. Can't even use the arrow
keys in vi on the remost host.

Frederick Cheung

unread,
Dec 26, 2002, 3:14:34 PM12/26/02
to

that's what h,j,k,l are there for!
But yes it's annoying that telnet doesn't always work properly in that
respect.

Fred

G.T.

unread,
Dec 26, 2002, 3:14:20 PM12/26/02
to

I wouldn't know. I use SSH from Terminal and I have no problems. But
nothing could be worse than NT's telnet app.

Greg

--
"Destroy your safe and happy lives before it is too late,
the battles we fought were long and hard,
just not to be consumed by rock n' roll..." - The Mekons

Tom Harrington

unread,
Dec 26, 2002, 4:38:59 PM12/26/02
to
In article <1fntgpj.1ox9j8n1gracw0N%andekl_no@saaf_spam.se>,
andekl_no@saaf_spam.se (Anders Eklöf) wrote:

Speak for yourself! They work fine for me, though I prefer the
traditional vi hjkl. Maybe $TERM isn't set right on your remote host?

--
Tom "Tom" Harrington
Macaroni, Automated System Maintenance for Mac OS X.
Version 1.3: Now runs the Mac OS X "Repair Priveliges" utility.
See http://www.atomicbird.com/

Peter Berger

unread,
Dec 26, 2002, 9:11:07 PM12/26/02
to
On Fri, 27 Dec 2002 02:06:05 GMT, M-M <nos...@ny.more> wrote:
> OK, so I typed "telnet" in Terminal- now what? I typed in the name of the
> machine I usually go to in NCSA Telnet and I get "?Invalid command"
>
> How do I get in to make a connection?
>
> I雋 not the original poster but I am very interested.

either provide the name of the host on the command line:

% telnet my.host.com

OR:
% telnet
telnet> open my.host.com

"help" at the telnet prompt will give you more info, but 99.999999999% of the
time you just want to type "telnet my.host.com" at the terminal prompt.

Stephen O. Lidie

unread,
Dec 27, 2002, 8:54:55 AM12/27/02
to
In comp.sys.mac.system M-M <nos...@ny.more> wrote:
> OK, so I typed "telnet" in Terminal- now what? I typed in the name of the
> machine I usually go to in NCSA Telnet and I get "Invalid command"

> How do I get in to make a connection?

> I'm not the original poster but I am very interested.

> thanks,

BTW folks, most of you should never use telnet, use ssh instead. Before I
hear complaints, I said most, so I don't want to hear of your special case
that *requires* you to use telnet. For 99.9% of the world, telnet is unsafe
and undesired.

ssh encrypts your session, telnet does not. ssh also can propagate xauth
data so you inter-operate with X11 on Unix machines nicely.

Steve
--
@_=map{eval"100${_}"}split/!/,'/5!*2!+$]!/10+$]';use Tk;$m=tkinit;$t='just an'.
'other perl hacker';$z='createText';$c=$m->Canvas(-wi,$_[1],-he,25)->grid;$c->$
z(@_[2,3],-te,$t,-fi,'gray50');$c->$z($_[2]-$],$_[3]-$],-te,$t);$m->bind('<En'.
'ter>',sub{$y=int(rand($m->screenheight));$m->geometry("+$y+$y")});MainLoop;

Ray Fischer

unread,
Dec 28, 2002, 5:36:35 AM12/28/02
to
M-M <nos...@ny.more> wrote:
>OK, so I typed "telnet" in Terminal- now what? I typed in the name of the
>machine I usually go to in NCSA Telnet and I get "?Invalid command"

>
>How do I get in to make a connection?

Use this command:

% man telnet

--
Ray Fischer
rfis...@sonic.net

david raoul derbes

unread,
Dec 28, 2002, 7:42:22 AM12/28/02
to
In article <aujuri$j2$1...@bolt.sonic.net>,

Start Terminal.

Type , for instance, "telnet dar...@harvard.edu" and that should do it,
where 'dar...@harvard.edu' is the machine you usually connect to.

David Derbes [lo...@midway.uchicago.edu]


Jason Perez

unread,
Jan 2, 2003, 4:01:19 PM1/2/03
to
In article <1fntgpj.1ox9j8n1gracw0N%andekl_no@saaf_spam.se>,

Why do you need arrow keys for vi??? hjkl do the job just fine.

-Jason

--
Jason Perez | "Frodo Lives!" "Gig 'em!"
Austin, TX

Anders Eklöf

unread,
Jan 3, 2003, 5:28:05 PM1/3/03
to
Jason Perez <jas...@norton.sps.mot.com> wrote:

> >
> >IMNSHO it's next to worthless - it doesn' even correctly emulate a
> >VT100 terminal, even less VT220 and up. Can't even use the arrow
> >keys in vi on the remost host.
>
> Why do you need arrow keys for vi??? hjkl do the job just fine.

Because I'm not comfy with vi at all - I only use it when I have to,
which is when I telnet to a HPUX or Solaris server. It's hard enough
remembering to hit the escape key to end an input... :-)

Plus, I'm used to editors (and terminal emulators) that utilize the
full VT220 capabilities, and a large keyboard. Which incitentally
vi in HPUX and Solaris does.

My favorite non-Mac editor is still Digital's TPU/EVE ...

Dave Seaman

unread,
Jan 3, 2003, 6:37:32 PM1/3/03
to

I don't understand what the problem is. The arrow keys work perfectly
well with vi in a Terminal window. I have tried it in sessions with
remote hosts running Solaris, AIX, and Darwin, all with TERM=vt100, and
the arrow keys work perfectly in every case. Something is wrong with
your environment.

--
Dave Seaman
Judge Yohn's mistakes revealed in Mumia Abu-Jamal ruling.
<http://www.commoncouragepress.com/index.cfm?action=book&bookid=228>

Valethar

unread,
Jan 4, 2003, 11:09:28 AM1/4/03
to
Try ProTerm at http://www.intrec.com

I can't recall if they have an X native version yet, but if you don't
mind Classic/OS9, It should fill the bill. They have a demo that can be
downloaded from the site as well.

--
- Vale

0 new messages