[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How can I login as root via telnet?
M>> About SSH,
M>> i installed the ssh-1.1.rpm and it works fine.
M>> however, how do i allow only specific computers to connect to my server
M>> via ssh ?
See AllowHosts/DenyHosts in sshd_config file. BTW, better to use 1.2.x
version (or SSH2, but it isn't free). I think you can get them from
http://rufus.w3.org/linux/RPM/
If you build ssh from sources, you may compile is with tcp-wrappers
(/etc/hosts.{allow|deny}) support. I do not know about RPMs - how they
were built, so using sshd_config is a safe bet.
M>> BTW, except of telnet there is the rsh and rlogin (they the same i
M>> think). how do i block them ?
No, they aren't the same. They are insecure and one should avoid them if
possible.
M>> like telnet with the inetd.conf ?(put them on a remark ?)
Comment out shell and exec services from inetd.conf.
--
frodo@sharat.co.il \/ There shall be counsels taken
Stanislav Malyshev /\ Stronger than Morgul-spells
phone +972-3-9316425 /\ JRRT LotR.
http://sharat.co.il/frodo/ whois:!SM8333
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il