|
Home > Archive > Red Hat Configuration > July 2004 > Telnetting to RH9?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Telnetting to RH9?
|
|
| Schewdent 2004-07-30, 5:52 pm |
| Hi,
How do I allow this please? What is the file I need to tamper with, and is
there a GUI way to do it?
And,.... how do I enable *root* telnetting to the machine? There IS a way
presumably...........?
Thanks ,
Schewdent.
| |
| Alexander Dalloz 2004-07-30, 5:52 pm |
| On Fri, 30 Jul 2004 22:20:50 +0000 Schewdent wrote:
> How do I allow this please? What is the file I need to tamper with, and is
> there a GUI way to do it?
> And,.... how do I enable *root* telnetting to the machine? There IS a way
> presumably...........?
> Schewdent.
You _don't_ want this! You want to use SSH.
Alexander
--
Alexander Dalloz | Enger, Germany
PGP key valid: made 13.07.1999
PGP fingerprint: 2307 88FD 2D41 038E 7416 14CD E197 6E88 ED69 5653
| |
| Bit Twister 2004-07-30, 5:52 pm |
| On Fri, 30 Jul 2004 22:20:50 GMT, Schewdent wrote:
> How do I allow this please?
On the target linux machine, enable sshd service.
Then you can do a
ssh -X -l Schewdent rh_box
su -l root
(any command(s) you like here)
exit
exit
Now you are not passing your login id and password as clear text like
you would with telnet and you will be able to run X applications.
| |
| Schewdent 2004-07-31, 5:51 pm |
| On Fri, 30 Jul 2004 23:37:45 +0200, Alexander Dalloz wrote:
> You _don't_ want this! You want to use SSH.
>
> Alexander
Eh no - I want for Windows users to get into it as well.
I fully understand what you're saying, and I don't like sending passwords
over the wire in clear form, but what if I'm on a
computer that I can't install anything on and has only Windows Telnet?
And also, the basic question - which is the file that controls this?
Thanks,
Schewdent.
| |
| Alexander Dalloz 2004-07-31, 5:51 pm |
| On Sat, 31 Jul 2004 19:07:52 +0000 Schewdent wrote:
> Eh no - I want for Windows users to get into it as well.
> I fully understand what you're saying, and I don't like sending passwords
> over the wire in clear form, but what if I'm on a
> computer that I can't install anything on and has only Windows Telnet?
Use PuTTy - it does not need any installation process, just unpack it and
configure and run it. No telnet please! Do yourself and your users a
favour.
> And also, the basic question - which is the file that controls this?
Configuration files in /etc/ssh/
> Schewdent.
Alexander
--
Alexander Dalloz | Enger, Germany
PGP key valid: made 13.07.1999
PGP fingerprint: 2307 88FD 2D41 038E 7416 14CD E197 6E88 ED69 5653
|
|
|
|
|