码迷,mamicode.com
首页 > 系统相关 > 详细

HowTo: Restart SSH Service under Linux / UNIX

时间:2015-06-08 19:20:47      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:

How do I restart SSH service under Linux or UNIX operating systems?

The command to restart ssh are as follows (you must login as root user):

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`
Please note that the location of /var/run/sshd.pid may change. So just search a bit through /var/run/ directory.

HowTo: Restart SSH Service under Linux / UNIX

标签:

原文地址:http://www.cnblogs.com/shangdawei/p/4561528.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!