On Tue, 2003-09-30 at 14:24, valeed wrote:
> hi all ,
> I am new to linux ,
welcome!
> I have installed redhat 8 on a p4 2.4 ghz ,
> would like to know how do i login to my linux box from any network pc
> using telnet,
You should use ssh instead of telnet. Its just as eas
hi all ,
I am new to linux ,
I have installed redhat 8 on a p4 2.4 ghz ,
would like to know how do i login to my linux box
from any network pc using telnet,
also is there any emulation software that works
from windows & gives me the gui of linux the 'X' screen
regards
valeed
On Thu, Sep 11, 2003 at 10:53:07AM -0400, Martinez, Michael wrote:
> I assume these commands just modify the "disable = yes | no" line in
> /etc/xinetd.d/telnet ?
No, it does this and more. The man page explains it rather well,
including under what conditions services are st
I assume these commands just modify the "disable = yes | no" line in
/etc/xinetd.d/telnet ?
Michael Martinez
Linux System Administrator
ISTM/CSREES
United States Department of Agriculture
-Original Message-
From: William F. Acker WB2FLW +1-303-722-7209
[mailto:[EMAIL PROTEC
On Tue, 9 Sep 2003, Steven W. Orr wrote:
> chkconfig telnet on
> service xinetd restart
The "chkconfig telnet on" sends a signal to xinetd rendering "service
xinetd restart" unnecessary.
--
Bill in Denver
--
Psyche-list mailing list
[EMAIL PROTECTED]
https://www.r
Steven W. Orr wrote:
chkconfig telnet on
service xinetd restart
While this answered the question, it's not the best advice:
On the machine you wish to contact remotely
chkconfig telnet off
chkconfig sshd on
service xinetd restart
Now, one your client machine:
man ssh
ssh -l
Telnet
if possible try this one:
chkconfig sshd on
service sshd start
it's more security than telnet...
Steven W. Orr wrote:
On Monday, Sep 8th 2003 at 22:15 +0500, quoth Muhammad Imran:
=>
=>Dear All,
=>I have just install Linux 8, installation goes fine. I am able to ping
=>my
On Monday, Sep 8th 2003 at 22:15 +0500, quoth Muhammad Imran:
=>
=>Dear All,
=>I have just install Linux 8, installation goes fine. I am able to ping
=>my system from other computer but could not able to turn on my telnet
=>services as they are OFF by default. Please tell me h
Dear All,
I have just install Linux 8, installation goes
fine. I am able to ping my system from other computer but could not able to turn
on my telnet services as they are OFF by default. Please tell me how I can
enable these services.
Thank you,
Imran
other reason I love the folks at SourceForge.
Support your local OpenSource Developers!
Pat
****/
Don't.
Telnet sends passwords in the clear, so anyone can snoop your
passwords. It has other insecurities.
Instead, use SSH. Once you have it set up, it is easi
On Wed, Aug 27, 2003 at 10:06:55AM -0600, Charles Curley wrote:
> On Wed, Aug 27, 2003 at 08:16:19PM +0530, Suresh Babu A. [IT Engineer] wrote:
> > Hi Team,
> >
> > Any url which talk about HOW to SSH.
>
> This is old but still useful, and points to some other useful resources.
It works better i
On Wed, Aug 27, 2003 at 08:16:19PM +0530, Suresh Babu A. [IT Engineer] wrote:
> Hi Team,
>
> Any url which talk about HOW to SSH.
This is old but still useful, and points to some other useful resources.
--
Charles Curley /"\ASCII Ribbon Campaign
Looking for fine software
Title: RE: Telnet enable to ROOT
I used 'man ssh'
It provides all you need to know.
You will need these packages:
openssh-clients
openssh-server
openssh
Do a 'rpm -qa | grep ssh' to see if they are installed on your system.
-Channon
-Original Message-
From
Hi Team,
Any url which talk about HOW to SSH.
Thanks in advance.
Suresh A.
On Wed, 27 Aug 2003, Charles Curley wrote:
> Date: Wed, 27 Aug 2003 06:39:16 -0600
> From: Charles Curley <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Re:
On Wed, Aug 27, 2003 at 05:52:23PM +0530, Suresh Babu A. [IT Engineer] wrote:
> Hi Team,
>
> I am unable to login from my client to my server as a root. Where to
> enable it.
Don't.
Telnet sends passwords in the clear, so anyone can snoop your
passwords. It has other insecuriti
Hi Team,
I am unable to login from my client to my server as a root. Where to
enable it.
Thanks
SureshA
[EMAIL PROTECTED]
--
Psyche-list mailing list
[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/psyche-list
inux machine from windows
> workstaion or any sun machine throught telnet or FTP.
> when i check the firewall configuration throught Lokkit or
> Security-level menu.i find the firewall conf as High.
> i did try to configure from here to allow telnet,ftp etc,etc.then
> updates the iptablesas per
inux machine from windows
> workstaion or any sun machine throught telnet or FTP.
> when i check the firewall configuration throught Lokkit or
> Security-level menu.i find the firewall conf as High.
It says high, but this doesn't display what the current setting is -
only what it will s
Sir,
I am new to Linux enviroment,
i am installing red hat linux 8 server on my intel
based system,
while configuring the firewall i have selected "No
Firewall".
my problem is, i am not able to login to my
linux machine from windows workstaion or any sun machine throught teln
First may be you must be sure that the telnet server is installed ( may be
you have only the client ). rpm -qa | grep telnet may help you.
HTH
regards
"Suresh Babu A. [IT Engineer]" <[EMAIL PROTECTED]>@redhat.com con
fecha 12/08/2003 22:21:13
Por favor, responda a
On Tue, 2003-08-12 at 13:21, Suresh Babu A. [IT Engineer] wrote:
> Hi All:
>
> I have installed RedHat 8 and i couldn't find /etc/xinit.d/telnet to
> configure telnet. Kindly let me know how to proceed further.
>
> Thanks in advance
-
use ssh / sshd - already installed
If your systems does not have it install do
rpm -ivh
ftp://rpmfind.net/linux/redhat/8.0/en/os/i386/RedHat/RPMS/telnet-0.17-23.i386.rpm
if your system does have it installed it should be under
/etc/xinetd.d/telnet
vi telnet
and change
disable = yes
to disable = no
then go to /etc/init.d
run
Hi All:
I have installed RedHat 8 and i couldn't find /etc/xinit.d/telnet to
configure telnet. Kindly let me know how to proceed further.
Thanks in advance.
SureshA
[EMAIL PROTECTED]
--
Psyche-list mailing list
[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/psyche-list
i had done everything that you suggested except to check the firewall
rules. when i stopped the iptables service (as suggested by an earlier
post) the telnet service started working.
i dowloaded redhat-config-securitylevel and changed the firewall rules
to allow telenet, ftp, etc.
thanks
On Tue, Apr 01, 2003 at 07:58:14AM -0800, Vince Buonassisi wrote:
> hi,
>
> i just installed redhat 8 and i am trying to figure out how to activate
> telnet. when i try to telnet to the box i get the error 'connection
> refused'. i have looked at the file /etc/xini
edit /etc/xinetd.d/telnet
on line "disable = yes" change yes per no. Save file and restart
xinetd with "service xinetd restart"
If you can't connect then, may be your firewall rules are blocking tlenet
stop them for test with "service iptables stop" &q
On Tue, Apr 01, 2003 at 07:58:14AM -0800, Vince Buonassisi wrote:
> i just installed redhat 8 and i am trying to figure out how to activate
> telnet. when i try to telnet to the box i get the error 'connection
> refused'. i have looked at the file /etc/xinitd.d/telnet b
hi,
i just installed redhat 8 and i am trying to figure out how to activate
telnet. when i try to telnet to the box i get the error 'connection
refused'. i have looked at the file /etc/xinitd.d/telnet but the entry
for disable is set to 'no'. is there another file i nee
0 (name: andre)
>
> Gateway and /etc/resolv.conf are configured correctly.
>
> Everything works fine but when I want to establish a connection with
> telnet on the Linux computer for example to google.com, the
> establishment lasts about 10 sec.
> But then it works fast.
>
>
gured correctly.
Everything works fine but when I want to establish a connection with
telnet on the Linux computer for example to google.com, the
establishment lasts about 10 sec.
But then it works fast.
The command is:
telnet google.com 80
The resolve via "host google.com" is usual
- Original Message -
From: "Wayne Seth" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, January 26, 2003 2:57 PM
Subject: telnet
> I am trying to use telnet. I have two RH 8.0 computers, both of
> which have Disabled = no in the /etc/xinetd.d/t
are you logging in a root? this is blocked from /etc/securetty
On Sun, 26 Jan 2003, Wayne Seth wrote:
> I am trying to use telnet. I have two RH 8.0 computers, both of
> which have Disabled = no in the /etc/xinetd.d/telnet file. I can
> connect easily but when I try to login, I get
Are you attempting to login using root?
On Sun, 2003-01-26 at 14:57, Wayne Seth wrote:
> I am trying to use telnet. I have two RH 8.0 computers, both of
> which have Disabled = no in the /etc/xinetd.d/telnet file. I can
> connect easily but when I try to login, I get a "L
Wayne Seth writes
>
> I am trying to use telnet. I have two RH 8.0 computers, both of
> which have Disabled = no in the /etc/xinetd.d/telnet file. I can
> connect easily but when I try to login, I get a "Login incorrect"
> message after I give the password. I
I am trying to use telnet. I have two RH 8.0 computers, both of
which have Disabled = no in the /etc/xinetd.d/telnet file. I can
connect easily but when I try to login, I get a "Login incorrect"
message after I give the password. Is there some type of user
list for telnet I'm
m -ivh arts-1.0.3-1.i386.rpm" on CD #2.
> How does one telnet with 8.0?
Client or server? ;)
For the latter, install the telnet-server package, then run
"chkconfig telnet on". Note the obligatory warning that telnet is a
clear-text protocol which also transfers your passwor
I want to install arts to solve my xmms problem. Is
there
a GUI that I can use or do I have to use the command
line?
How does one telnet with 8.0?
RH Virgin
__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http
run-level links have been deleted with "chkconfig --del", a newbie
sees that the chkconfig command returns no error. On the contrary,
"chkconfig --list foo" would return an error.
Btw, rather than grep'ping for "telnet" I would grep
case-insensitively and/or f
Message-
From: Michael Schwendt [mailto:[EMAIL PROTECTED]]
Sent: Fri, December 13, 2002 11:57 AM
To: [EMAIL PROTECTED]
Subject: Re: Telnet with RH8.0
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Fri, 13 Dec 2002 07:51:21 -0800, Jesse Keating wrote:
> > Hehe. :) Consider yourself luck
there may be some reasons, I noticed that the issue file doesn't always
display properly with ssh, or not all the clients may have an ssh program,
or security is not an issue... I use ssh
On Fri, 13 Dec 2002, Shoemaker, Michael (STL) wrote:
> Out of curiosity, why telnet?
>
TED]> wrote:
A secure and segregated network using multiple firewalls, NAT, IDS,
multiple VLANS, and only opening-up the ports we need is the primary
means to protect the network. If someone hacks through all that, then it
is already too late and the choice of telnet/ssh on the local backend net
is a
> -Original Message-
> From: Shoemaker, Michael (STL) [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 13, 2002 11:15 AM
> To: [EMAIL PROTECTED]
> Subject: Why Telnet? (Was RE: Connection refused - why?)
>
>
> Out of curiosity, why telnet?
>
> It
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Fri, 13 Dec 2002 07:51:21 -0800, Jesse Keating wrote:
> > Hehe. :) Consider yourself lucky. But it's not convincing enough.
> > Watch this:
> >
> > $ /sbin/chkconfig --list | grep news
> > $ /sbin/chkconfig --list | grep nntp
> > $ /sbin/chkconfig
On Fri, 13 Dec 2002, Shoemaker, Michael (STL) wrote:
> Out of curiosity, why telnet?
>
> Its seems there is no gain using telnet over ssh. Why would anyone expose the
>security risks associated with telnet, even on an isolated network? I just see no
>reason to use it and Id l
Out of curiosity, why telnet?
Its seems there is no gain using telnet over ssh. Why would anyone expose the
security risks associated with telnet, even on an isolated network? I just see no
reason to use it and Id like to hear why other do.
Mike
-Original Message-
From: Mr
On Friday 13 December 2002 07:13, Michael Schwendt uttered:
> Hehe. :) Consider yourself lucky. But it's not convincing enough.
> Watch this:
>
> $ /sbin/chkconfig --list | grep news
> $ /sbin/chkconfig --list | grep nntp
> $ /sbin/chkconfig --list leafnode
> leafnodeon
Huh? what does thi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Fri, 13 Dec 2002 09:43:51 -0500, Paul Hamm wrote:
> Yes but my way always works. Which in the long run will save you
> typing and frustration.
>
> ]$ chkconfig --list http
> error reading information on service http: No such file or directory
> ]
5:off 6:off
ypxfrd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
-Original Message-
From: Michael Schwendt [mailto:[EMAIL PROTECTED]]
Sent: Thu, December 12, 2002 5:33 PM
To: [EMAIL PROTECTED]
Subject: Re: Telnet with RH8.0
-BEGIN PGP SIGNED MESSAGE-
Hash
On Thursday 12 December 2002 15:06, Craig White wrote:
> I would swear that port 22 was for ssh & 23 was for telnet
Whoops, you're right there. I've been using ssh too long (;
--
Jesse Keating RHCE MCSE
For Web Services and Linux Consulting, Visit --> j2Solutio
On Thu, 2002-12-12 at 15:18, Jesse Keating wrote:
> On Thursday 12 December 2002 13:53, John Nall wrote:
> > Right now, I have telnet installed. I can start the daemons.I have two
> > machines on an LAN, both running 8.0, and I can ping from one to the other
> > and from
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, 12 Dec 2002 17:11:41 -0500, Paul Hamm wrote:
> By default telnet is disabled. Getting telnet to respond should not
> be to difficult the real question is why don't you use ssh instead as
> it is secure. I understand you are
Oh if you used a default install of psyche the firewall will most likely
closed the telnet port. You can check this by examining the logs tail -f
/var/log/messages on one machine and try telneting from the other. If the
firewall does not like you you should get an access denied on the telnet
On Thursday 12 December 2002 13:53, John Nall wrote:
> Right now, I have telnet installed. I can start the daemons.I have two
> machines on an LAN, both running 8.0, and I can ping from one to the other
> and from the other to the one. I have my firewall set properly to allow
>
By default telnet is disabled. Getting telnet to respond should not be to
difficult the real question is why don't you use ssh instead as it is
secure. I understand you are in a protected environment but I have found
that safe computing starts at home. All I use now is ssh. To start telne
I am not actually sure where to begin this question: I hate to say "How do
I get telnet working with RH8.0" but I guess when push comes to shove, that
is the question.
Right now, I have telnet installed. I can start the daemons.I have two
machines on an LAN, both running 8.0, and
Tuan Hoang wrote:
Not to worry, everyone is a newbie sometime. :)
If you're positive that you installed them, then you can use either
redhat-config-services (? from X) or ntsysv (from a command-line). If
via command-line, toggle the startup of the FTP server (vsftpd or
wu-ftpd), the t
On Mon, 11 Nov 2002, orion wrote:
> Hi,
> I am new to RH Linux. Have just loaded RHL 8.0 on a new machine in a 2
> computer LAN. Everything seems to be OK, except that I can only login
> onto the new Linux machine from the other one (Win 2k) using ssh.
> Telnet, ftp, rlogi
On Tue, 2002-11-12 at 14:21, orion wrote:
> Hi,
> I am new to RH Linux. Have just loaded RHL 8.0 on a new machine in a 2
> computer LAN. Everything seems to be OK, except that I can only login
> onto the new Linux machine from the other one (Win 2k) using ssh.
> Telnet, ftp,
Hi,
I am new to RH Linux. Have just loaded RHL 8.0 on a new machine in a 2
computer LAN. Everything seems to be OK, except that I can only login
onto the new Linux machine from the other one (Win 2k) using ssh.
Telnet, ftp, rlogin does not work (neither from the other machine, nor
from the
59 matches
Mail list logo