目次

Linux:OpenSSH:起動と停止

サービスの起動と停止

サービスの起動

/etc/rc.d/init.d/sshd start

サービスの停止

/etc/rc.d/init.d/sshd stop