tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: telnetd: Authorization failed & Connection closed



On Tue, 9 Mar 2010, Hubert Feyrer wrote:
We know that "off" and "none" work,

I've had another look:
Apparently "off" requires duplicate authentication:

        % telnet 192.168.1.3
        Trying 192.168.1.3...
        Connected to 192.168.1.3.
        Escape character is '^]'.
        Trying SRA secure login:
        User (feyrer): validlogin
        Password: *****
        [ SRA accepts you ]
        login: validlogin
        Password: *****
        Last login: Tue Mar  9 10:47:42 2010 from 192.168.1.10 on ttyp0
        ...


So "none" really seems the better solution here:

        % telnet 192.168.1.3
        Trying 192.168.1.3...
        Connected to 192.168.1.3.
        Escape character is '^]'.
        Trying SRA secure login:
        User (feyrer): validlogin
        Password:
        [ SRA accepts you ]
        Last login: Tue Mar  9 10:47:56 2010 from 192.168.1.10 on ttyp0
        ...


 - Hubert


Home | Main Index | Thread Index | Old Index