zoukankan      html  css  js  c++  java
  • hp unix_ssh

    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

  • 相关阅读:
    Matlab 基础
    C# 基础
    Linux Shell
    【Luogu3381】【模板】缩点
    KMP学习笔记
    品味题目的味道
    【NOI2015】【BZOJ4196】软件包管理器
    宝藏
    状态压缩动态规划
    第一篇随笔
  • 原文地址:https://www.cnblogs.com/guxuanqing/p/5289974.html
Copyright © 2011-2022 走看看