Re: Silly questions on FC4 - TELNET Service.
- From: General Schvantzkoph <schvantzkoph@xxxxxxxxx>
- Date: Wed, 22 Feb 2006 16:18:33 -0500
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.
.
- References:
- Silly questions on FC4 - TELNET Service.
- From: David
- Re: Silly questions on FC4 - TELNET Service.
- From: Markku Kolkka
- Re: Silly questions on FC4 - TELNET Service.
- From: David M
- Silly questions on FC4 - TELNET Service.
- Prev by Date: Re: Silly questions on FC4 - TELNET Service.
- Next by Date: Fedora/haldaemon puzzle
- Previous by thread: Re: Silly questions on FC4 - TELNET Service.
- Next by thread: yum and yumex
- Index(es):
Relevant Pages
|