码迷,mamicode.com
首页 > 其他好文 > 详细

hp unix_ssh

时间:2016-03-18 00:04:49      阅读:356      评论:0      收藏:0      [点我收藏+]

标签:

http://www.cyberciti.biz/faq/howto-hpux-sshd-service-startup-shutdown/

 

http://searchnetworking.techtarget.com/tip/HP-UX-Secure-Shell-Part-5-The-host-configuration-files

 

HP-UX start or stop / restart OpenSSH SSHD service

技术分享

Q. I’ve HP-UX installed on my HP UX UNIX server. But I’m not able to start or restart the OpenSSH ssh server. How do I stop or restart sshd under HP-UX?
A. HP-UX Secure Shell uses Pluggable Authentication Module for password authentication. Server configuration file is located at /opt/ssh/etc/sshd_config.

 

 

 

HP-UX SSHD System Startup and Shutdown script:

/sbin/init.d/secsh {start|stop}

System startup configuration file

/etc/rc.config.d/sshd

Stop HP UX SSH Service

Type the command:
# /sbin/init.d/secsh stop

Start HP UX SSH Service

Type the command:
# /sbin/init.d/secsh start

hp unix_ssh

标签:

原文地址:http://www.cnblogs.com/guxuanqing/p/5289974.html

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