PDA

View Full Version : Telnet in OSX


n2nrn
2004-05-27, 23:28
How do you telnet in osx? I've been using BetterTelnet Fat, and can't seem to find an osx version.
It's in the terminal isn't it?

Thanks

n2nrn

Akumulator
2004-05-27, 23:46
Yes, you can telnet with the terminal.

EDS66
2004-05-27, 23:46
How do you telnet in osx? I've been using BetterTelnet Fat, and can't seem to find an osx version.
It's in the terminal isn't it?

Thanks

n2nrn

I think telnet is built in. You should be able to just open the terminal and use the telnet command. I always do. Now, the cli interface of the terminal will probably not be as nice as some other third-party interfaces, but it does what it's supposed to do.

Best,

Wickers
2004-05-27, 23:47
I would just use ssh.

Pull up a term...

alcimedes
2004-05-27, 23:47
iirc, you just type "telnet xxx.xxx.xxx.xxx"

man telnet will tell you everything you could possibly want to know about it.

n2nrn
2004-05-27, 23:58
Thanks. I new it had to be something that easy. "telnet>?" told me all I need to know. Gonna go play now.
n2nrn

EDS66
2004-05-28, 00:04
Thanks. I new it had to be something that easy. "telnet>?" told me all I need to know. Gonna go play now.
n2nrn

Remember that you can use Telnet to test other services. You can telnet to port 25 and talk to smtp servers; to port 80 and talk to web servers. Telnet/nslookup/ping comprise 80 percent of all the network troubleshooting I do.

Best,

n2nrn
2004-05-28, 00:11
Cool. I'll play around with that too.
I'm always looking for new tools to understand this network I've inherited.
Thanks
n2nrn

alcimedes
2004-05-28, 00:13
also, if the OSX terminal isn't what you're looking for, there are at least two free telnet clients you could also use.

here (http://www.versiontracker.com/dyn/moreinfo/macos/3756)

and

here (http://www.versiontracker.com/dyn/moreinfo/macos/4419)

and a beta ssh client (http://www.versiontracker.com/dyn/moreinfo/macos/8913)

haven't used them much myself, so your milage may vary.

Paul
2004-05-28, 05:27
I use tn3270 X (http://www.brown.edu/Facilities/CIS/tn3270/) and it works great...

n2nrn
2004-05-28, 05:40
Thanks I think I'll use the resident telnet. I've been putting off using the terminal, but this is a good excuse to get my feet wet. Up to this point I've only been using it to manage an HP Procurve managed switch on my network, but I wanted to learn how to telnet into my mail server to manage it. Thanks to all for the immediate and useful help, but I guess that's why I'm here to begin with.

Now on a totally different subject, does anybody know how you can tell if a banjo is in perfect pitch?

n2nrn

_Ω_
2004-05-28, 06:18
Now on a totally different subject, does anybody know how you can tell if a banjo is in perfect pitch?

Watching Deliverance helps :p

;)

n2nrn
2004-05-28, 06:37
So does watching Bela Fleck and Edgar Meyer's Obstinato.

ZO
2004-06-02, 08:07
whats the command for SSH Telnet?

thuh Freak
2004-06-02, 08:55
whats the command for SSH Telnet?
in terminal? its like this:
ssh username@address

to login with 'username' at the 'address'. if the foreign username is the same as the local one, you can drop the 'username@' part. of course, there is a lot more than can be done with ssh. for more information, you can read through the man page, by typgin the following into terminal: man ssh

DMBand0026
2004-06-02, 11:18
So does watching Bela Fleck and Edgar Meyer's Obstinato.

mmmmmm...BŽla Fleck.
Gotta love that guy, and the flecktones too. Just awesome stuff

[/ot]

n2nrn
2004-06-02, 22:28
I know this is off the topic of telnet, but since I brought it up here goes.
Yeah Bela is great esp. on the DVD that comes with the "Music for Two" cd with Edgar Meyer. Great little documentary. Complete with a roadie who tries to find a banjo joke Bela hasn't heard.

How do you tell when a banjo is in perfect pitch?
When it lands in the middle of the bonfire. Badum Scchhhhhhhhhh

Anyway on a topic more related to this thread, I have been messing around with telnet in the terminal. Carefully going through a few of the help files, but being careful, because I imagine there is evil lurking in there with the wrong commands. I have two questions:

1. What's the difference between starting up in single user and the terminal?

2. What is the "man" command short for?

Maybe this should eventually become a different thread concerning the terminal. I'm sorry if I'm not following protocol here.

I'm going to continue poking around.

Thanks for all the help i have been offered so far and am sure will be offered again.

n2nrn

thuh Freak
2004-06-02, 23:09
1. What's the difference between starting up in single user and the terminal?

2. What is the "man" command short for?
1. in single-user mode, you can't jump back to the warm comfort of the graphical user interface, without a little techie knowledge and a bunch of extra steps. and, you can't affect any graphical programs, obviously, as they aren't running. thre might be some more things i'm missing.

2. manual. if you don't believe me :p, you can check out man's manpage, `man man`.