Enabling Telnet in Soalris10
Friday Mar 14, 2008
For enabling telnet in Solaris10, run the following commnd
# svcadm enable telnet
For enabling telnet in Solaris10, run the following commnd
# svcadm enable telnet
You should never need to enable Telnet -- use SSH instead.
That said.. If you've used the Solaris Security Toolkit (JASS), to enable Telnet you'll also need to modify your IPFilter config (/etc/ipf/ipf.conf) and TCP Wrappers (/etc/hosts.allow).
Posted by Tom on March 14, 2008 at 04:38 PM IST #
You should never need to enable Telnet -- use...