Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Network
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
fuzz
Tux's lil' helper
Tux's lil' helper


Joined: 23 Apr 2002
Posts: 93

PostPosted: Wed Apr 24, 2002 6:09 pm    Post subject: Network Reply with quote

How would I set up my computer so I can access it from a different pc through telnet
Back to top
View user's profile Send private message
dice
Guru
Guru


Joined: 21 Apr 2002
Posts: 577

PostPosted: Wed Apr 24, 2002 6:13 pm    Post subject: Reply with quote

Please, please, please don't use telnet. Use SSH, it's a million times better. Just emerge openssh and rc-update add sshd default.
Back to top
View user's profile Send private message
fuzz
Tux's lil' helper
Tux's lil' helper


Joined: 23 Apr 2002
Posts: 93

PostPosted: Wed Apr 24, 2002 6:32 pm    Post subject: Reply with quote

I'm new to this after I emerge and set it up for default, then is it all set up for me to logon
Back to top
View user's profile Send private message
bbibber
n00b
n00b


Joined: 19 Apr 2002
Posts: 16
Location: Mechelen - Belgium

PostPosted: Wed Apr 24, 2002 6:38 pm    Post subject: SSH Reply with quote

Of course you can't log in with an ordinary telnet client if you rely on SSH.
you have to install a SSH client :-)
For Linux, you should look for openSSH from the reliable openBSD team, for win32 clients I can recommend Putty.
Make sure you never mention telnet again :wink:
Back to top
View user's profile Send private message
fuzz
Tux's lil' helper
Tux's lil' helper


Joined: 23 Apr 2002
Posts: 93

PostPosted: Wed Apr 24, 2002 6:43 pm    Post subject: Reply with quote

thanks for your help and I will make sure not to mention telnet again
Back to top
View user's profile Send private message
Jeevz
Bodhisattva
Bodhisattva


Joined: 15 Apr 2002
Posts: 195
Location: Boston, MA

PostPosted: Wed Apr 24, 2002 6:52 pm    Post subject: Reply with quote

fuzz wrote:
I'm new to this after I emerge and set it up for default, then is it all set up for me to logon


You will first need to reboot; or, if you don't want to reboot you can type this:

Code:
/etc/init.d/sshd start


You don't have to type this all the time only when you first install the package (as long as you followed dice's advice by using rc-update).
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Sun Apr 28, 2002 9:29 pm    Post subject: Reply with quote

fuzz wrote:
thanks for your help and I will make sure not to mention telnet again


Just as a bit of explanation; the reason people hate telnet so is because it passes everything around in clear text, including your username and password. Thus, it's very susceptible to sniffing when you pass credentials over a public network (such as the internet).

SSH, on the other hand, encrypts everything from point-to-point, and is thus much more secure.

FTP is another protocol that sucks for the same reasons that telnet does -- SCP, rsync and/or SFTP are all good alternatives to FTP.

--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
Guest






PostPosted: Tue Apr 30, 2002 4:58 am    Post subject: Re: SSH Reply with quote

bbibber wrote:
... Make sure you never mention telnet again :wink:


telnet telnet telnet telnet telnet :twisted:

Don't know of any MUDs that use ssh. The one I play doesn't anyhow. But, you're probably referring to running the server.

;)
Back to top
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Tue Apr 30, 2002 5:00 am    Post subject: Reply with quote

Arrrrgh... That was me.
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Tue Apr 30, 2002 11:56 am    Post subject: Re: SSH Reply with quote

[quote="Anonymous"]
bbibber wrote:
Don't know of any MUDs that use ssh. The one I play doesn't anyhow. But, you're probably referring to running the server.


That doesn't mean telnet sucks any less. It's still an inherently insecure protocol that was designed in a different age for a different type of user.

--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
474
l33t
l33t


Joined: 19 Apr 2002
Posts: 714

PostPosted: Tue Apr 30, 2002 1:04 pm    Post subject: But what about Kerberos? Reply with quote

Telnet sucks? Not if you use kerberised telnet (and Kerberos is a better solution for some than SSH).
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Tue Apr 30, 2002 1:25 pm    Post subject: Re: But what about Kerberos? Reply with quote

kerframil wrote:
Telnet sucks? Not if you use kerberised telnet (and Kerberos is a better solution for some than SSH).


Sure -- you could also run telnet over an ssh tunnel or IPSec VPN and get the same result. The point is, however, that as a default protocol, telnet sucks.

--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Tue Apr 30, 2002 5:16 pm    Post subject: Reply with quote

Telnet security may suck, the protocol itself is just fine :).
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum