본문 바로가기
호기심_메모

[펌] ssh restart

by 겸손하게 빚진자로, 밝게 인사 2015. 3. 23.
728x90

CentOS / RHEL / Fedora / Redhat Linux Restart SSH

# /etc/init.d/sshd restart

OR

# service sshd restart

Debian / Ubuntu Linux Restart SSH

# /etc/init.d/ssh restart

OR

# service ssh restart

FreeBSD Restart SSH

# /etc/rc.d/sshd restart

UNIX Restart SSH

# kill -HUP `cat /var/run/sshd.pid`

   

출처 : http://www.cyberciti.biz/faq/howto-restart-ssh/

반응형

'호기심_메모' 카테고리의 다른 글

VPN과 구간암호화  (0) 2015.03.25
ActiveX와 Html5  (0) 2015.03.25
crontab  (0) 2015.03.21
E2E 암호화  (0) 2015.03.20
메모리DB  (0) 2015.03.20