To ssh from windows use the puTTY, you can download it from
(www.google.com, in the search put 'puTTY' then click 'i am feeling
lucky')

For the telnet, make sure that your settings are something like the following:
service telnet
{
        flags           = REUSE
        socket_type     = stream
        wait            = no
        user            = root
        server          = /usr/sbin/in.telnetd
        log_on_failure  += USERID
        disable         = no
}

If you are using in.tcpd as the server, then you need to check the TCP
wrappers file
(hosts.allow, hosts.deny, ...)

On Fri, 5 Nov 2004 14:35:12 +0300, Issam Hambouz <[EMAIL PROTECTED]> wrote:
>       Hailz LUGerz ..
> 
>   there is a box in my network, when i ssh it, it works .. but when i try to telnet 
> it through the network, it connects and asks for the username, but it doesnt accept 
> any username!? when i telnet localy on that box, it works with any username ..
>   in (/etc/xinetd.d/telnet) file, the user is root .. when i put another user .. i 
> can't make a telnet connection anymore.
> 
>   another question .. is there somekind of utility the allows me to ssh in windows?
> 
>    Issam Hambouz
> 
> _______________________________________________
> General mailing list
> [EMAIL PROTECTED]
> http://jolug.org/mailman/listinfo/general_jolug.org
> 


-- 

-------------------------------------------------------------------
Khamis Siksek

_______________________________________________
General mailing list
[EMAIL PROTECTED]
http://jolug.org/mailman/listinfo/general_jolug.org

Reply via email to