Unix/Linux

How to disable telnet on solaris

steloflute 2012. 7. 19. 17:35

http://unnisworld.wordpress.com/2007/02/28/how-to-disable-telnet-on-solaris/

 

How to disable telnet on solaris

Steps to enable root login for ssh and disable telnet on Solaris,

  • enable root login for ssh by editing the file vi /etc/ssh/sshd_config.

Change “PermitRootLogin no” entry to “PermitRootLogin yes”

  • Restart ssh,

svcadm restart svc:/network/ssh:default

  • Disable telnet,

svcadm disable telnet

 

 

svcs 명령: 실행중인 서비스 조회

 

Also: http://www.phy.bnl.gov/cybersecurity/old/telnet.html

 

 

 

'Unix/Linux' 카테고리의 다른 글

unix reference sites  (0) 2012.08.01
The origin of the name POSIX.  (0) 2012.07.30
How do I find out what shell I’m using?  (0) 2012.07.18
safe rm  (0) 2012.07.18
On Ubuntu `sudo halt` doesn't poweroff the box  (0) 2012.07.15