首页 > 其他 > 详细

hp unix_ssh

时间:2016-03-18 00:04:09      阅读:399      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!