Displaying 12 results from an estimated 12 matches for "telnent".
Did you mean:
telent
2014 Nov 24
0
TELNENT TO LOCALHOST IN CENTOS 7
On Mon, Nov 24, 2014 at 9:33 AM, Samson <okosam at gmail.com> wrote:
> I just install Centos 7 on my laptop. I have also installed telnet-server
> and telnet.
> I can telnet to other server from my local CentOS 7 but can not telnet
> localhost also, i can not telnet to my localhost from other server.
>
> I try to check telnet file in /etc/xinetd.d directory but the file
2014 Nov 24
0
TELNENT TO LOCALHOST IN CENTOS 7
On Mon, Nov 24, 2014 at 03:33:24PM +0100, Samson wrote:
>
> Trying 127.0.0.1...
> telnet: connect to address 127.0.0.1: Connection refused
Because telnet is 1970s tech that should die in a fire; it's not enabled
by default nor does the firewall permit it by default.
Why are you wanting to use telnet in the first place?
John
--
There is something fundamentally wrong with a
2014 Nov 24
3
TELNENT TO LOCALHOST IN CENTOS 7
On Mon, 24 Nov 2014 08:46:33 -0600
John R. Dennison wrote:
> Why are you wanting to use telnet in the first place?
I don't know what his use case is, but I installed telnet on this computer a while back for the Android Remote Keyboard app.
https://play.google.com/store/apps/details?id=de.onyxbits.remotekeyboard
--
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
2014 Nov 24
0
TELNENT TO LOCALHOST IN CENTOS 7
Am 24.11.2014 um 18:11 schrieb Frank Cox <theatre at melvilletheatre.com>:
> On Mon, 24 Nov 2014 08:46:33 -0600
> John R. Dennison wrote:
>
>> Why are you wanting to use telnet in the first place?
>
> I don't know what his use case is, but I installed telnet on this computer a while back for the Android Remote Keyboard app.
>
>
2014 Nov 24
0
TELNENT TO LOCALHOST IN CENTOS 7
On Mon, Nov 24, 2014 at 12:04:30PM -0600, Les Mikesell wrote:
>
> Umm, yeah. Encrypted protocols would never be compromised....
Which do you think is more likely? Someone sniffing a cleartext
credential set on the wire or someone subverting an alleged "secure"
encrypted protocol?
Nothing is bullet-proof, we all know this, but you at least make an
attempt not to run cleartext
2014 Nov 24
1
TELNENT TO LOCALHOST IN CENTOS 7
On Mon, Nov 24, 2014 at 12:12 PM, John R. Dennison <jrd at gerdesas.com> wrote:
> On Mon, Nov 24, 2014 at 12:04:30PM -0600, Les Mikesell wrote:
>>
>> Umm, yeah. Encrypted protocols would never be compromised....
>
> Which do you think is more likely? Someone sniffing a cleartext
> credential set on the wire or someone subverting an alleged "secure"
>
2014 Nov 24
0
TELNENT TO LOCALHOST IN CENTOS 7
On Nov 24, 2014, at 11:04 AM, Les Mikesell <lesmikesell at gmail.com> wrote:
> On Mon, Nov 24, 2014 at 11:38 AM, Leon Fauster
> <leonfauster at googlemail.com> wrote:
>>
>> best practice is to not use clear text protocols anymore.
>
> Umm, yeah. Encrypted protocols would never be compromised?.
That?s absolutist thinking. There is no such thing as absolute
2014 Nov 24
1
TELNENT TO LOCALHOST IN CENTOS 7
On 11/24/2014 6:38 AM, Mauricio Tavares wrote:
> I will not go over the question about running telnet in your
> laptop; others will chime in. Now that is out, did you check whether
> telnet is running using ps and netstat?
useless advise, since telnet is almost always run from a socket, the
telnetd is only running if there's an active connection.
to the OP, the *correct*
2014 Nov 25
2
TELNENT TO LOCALHOST IN CENTOS 7
On Nov 24, 2014, at 3:46 PM, Warren Young <wyml at etr-usa.com> wrote:
> Now compare telnet: always vulnerable, all the time, since the day it was created, before most of the people on this list were born:
Technically, you can run kerberized (krb5) telnet/telnetd, and it's not quite as insecure as unkerberized telnet. The telnet protocol supports security measures, but most people
2014 Nov 25
0
TELNENT TO LOCALHOST IN CENTOS 7
On Nov 24, 2014, at 6:04 PM, Jonathan Billings <billings at negate.org> wrote:
> On Nov 24, 2014, at 3:46 PM, Warren Young <wyml at etr-usa.com> wrote:
>> Now compare telnet: always vulnerable, all the time, since the day it was created, before most of the people on this list were born:
>
> Technically, you can run kerberized (krb5) telnet/telnetd, and it's not
2014 Nov 24
5
TELNENT TO LOCALHOST IN CENTOS 7
On Mon, Nov 24, 2014 at 11:38 AM, Leon Fauster
<leonfauster at googlemail.com> wrote:
> Am 24.11.2014 um 18:11 schrieb Frank Cox <theatre at melvilletheatre.com>:
>> On Mon, 24 Nov 2014 08:46:33 -0600
>> John R. Dennison wrote:
>>
>>> Why are you wanting to use telnet in the first place?
>>
>> I don't know what his use case is, but I
2014 Nov 24
5
TELNENT TO LOCALHOST IN CENTOS 7
I just install Centos 7 on my laptop. I have also installed telnet-server
and telnet.
I can telnet to other server from my local CentOS 7 but can not telnet
localhost also, i can not telnet to my localhost from other server.
I try to check telnet file in /etc/xinetd.d directory but the file "telnet"
is not there.
Please can someone help me with the steps to install telnet or enable