Re: Silly questions on FC4 - TELNET Service.



On Wed, 22 Feb 2006 19:47:24 +0000, David M wrote:


"Markku Kolkka" <markku.kolkka@xxxxxx> wrote in message
news:43fb9945$0$25363$39db0f71@xxxxxxxxxxxxxxx
David wrote:
After selecting Telnet and restarting Xinetd, The telnet service is
not available ! ( Could not open connection to host on port 23..)
If you open again services windows, I can see that Telnet service is
NOT selected !!???

The GUI service configuration tool is broken for xinetd-based services:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=176671

Use the chkconfig program from command line or edit the xinetd config
files manually to enable telnetd.

--
Markku Kolkka
markku.kolkka@xxxxxx



Thanks all of you
I have setup an SSH communication and modify the port 22 for SSH
Thanks

Just another question.
I would love to be able to connect to a remote server, and to have the
server's GUI on my PC (running Windows or Linux)
how can I do that ?

I try to use : ssh -X 192.168.x.x but this doesn't work
I have the connection with fata error concerning the Display (saying that
the Display 0 is already in use... something like this)

Could you point me out how to do this ? I have no idea at all :-(

Thanks for your help

You need to enable X-Forwarding on the server side. The easiest way to do
this is to use webmin. If you are running over the Internet you will also
want to enable compression. You could also edit the /etc/ssh/sshd_config
file, here is the options from mine,

Subsystem sftp /usr/lib/ssh/sftp-server
IgnoreRhosts yes
IgnoreUserKnownHosts yes
PrintMotd yes
StrictModes yes
RSAAuthentication yes
PermitEmptyPasswords no
PasswordAuthentication no
AuthorizedKeysFile /etc/ssh/authorized_keys
GatewayPorts no
AllowTcpForwarding yes
KeepAlive yes

Note that I've disabled password authentication. To do RSA authentication
you need to store the public keys of the authorized users. The public key
can be found in ~/.ssh/id_rsa.pub. You take the contents of that file and
place it in an authorized_keys file. I use a central authorized_keys file
in /etc/ssh/authorized_keys. You can also have one per user. You put the
user's authorized_keys file in their ~/.ssh directory.




.



Relevant Pages

  • Re: Silly questions on FC4 - TELNET Service.
    ... (Could not open connection to host on port 23..) ... If you open again services windows, I can see that Telnet service is ... I have setup an SSH communication and modify the port 22 for SSH ...
    (linux.redhat)
  • Re: unable to send outbound mail using outlook
    ... telnet moses.stphilipchurch.com 25 ... Connecting To moses.stphilipchurch.com...Could not open connection to the ... on port 25: Connect failed ... Connecting To 66.126.247.115...Could not open connection to the host, ...
    (microsoft.public.exchange.admin)
  • Re: HIV/AIDS - its evolution and possible effects on evolution.
    ... The ident service usually listens on port 113: ... Connecting To www.drdach.com...Could not open connection to the host, ... Why won't your server tell us you exist? ... the lowest life-form on the internet. ...
    (talk.origins)
  • Re: HIV/AIDS - its evolution and possible effects on evolution.
    ... personal web site is a common practice and is not advertising. ... The ident service usually listens on port 113: ... Connecting To www.drdach.com...Could not open connection to the host, ... the lowest life-form on the internet. ...
    (talk.origins)
  • Re: Ability to see what is binding a given port
    ... The telnet service is unable to start because it can't bind ... Is there any way to see what else is using port 23? ... the Microsoft Telnet service running. ...
    (microsoft.public.windowsxp.general)