포트 22에 대한 보안 설정을 변경후..시스템에 적용하려면
재부팅하지 않고도 할 수 있는 방법은 어떻게 해야죠? :oops:
inetd나 xinetd로 사용하시면
/etc/init.d/xinetd stop /etc/init.d/xinetd start
or /etc/init.d/inetd stop /etc/init.d/inetd start
standalone이면
/etc/init.d/sshd stop and start
-- Life is short. damn short...
inetd or standalone?
inetd나 xinetd로 사용하시면
/etc/init.d/xinetd stop
/etc/init.d/xinetd start
or
/etc/init.d/inetd stop
/etc/init.d/inetd start
standalone이면
/etc/init.d/sshd stop
and start
--
Life is short. damn short...