SSH Tectia  
Previous Next Up [Contents] [Index]

    About This Document >>
    Installing SSH Tectia Server (M) >>
        System Requirements
        Directories and Datasets>>
        Installing the SSH Tectia Server (M) Software >>
            Required Permissions
            Preparing the System
            Unpacking the Archive
            Creating the SSHD2 User
            Creating the /usr/lpp/ssh2 Directory
            Running the Setup Script
            Creating the Server Host Key Pair
            Enabling Manual Pages
            Securing the Server
        Upgrading the SSH Tectia Server (M) Software
        Removing the SSH Tectia Server (M) Software
    Using SSH Tectia Server (M) >>
    Troubleshooting SSH Tectia Server (M) >>
    Configuration >>
    Authentication >>
    Application Tunneling >>
    Sample Files >>
    Man Pages
    Log Messages >>

Enabling Manual Pages

The online manual pages for the product are installed to /usr/lpp/ssh2/man. If you want your USS manual page tool (/bin/man) to be able to find the new manual pages, you will have to perform the following environment setup.

If you want to have the manual pages visible to all USS shell users, you must edit system-wide configuration files:

  1. Add the following lines to file /etc/profile:

    if [ "X$MANPATH" = X ]; then
      MANPATH="/usr/man/%L"
    fi
    MANPATH="/usr/lpp/ssh2/man/%L:$MANPATH"
    export MANPATH
    

  2. Add the following lines to file /etc/cshrc:

    if (! $?MANPATH) setenv MANPATH "/usr/man/%L"
    setenv MANPATH "/usr/lpp/ssh2/man/%L:$MANPATH"
    

If you want to have the manual pages visible to just one user, you must edit two files in the user's home directory:

  1. Add the following lines to .profile in the user's home directory:
    if [ "X$MANPATH" = X ]; then
      MANPATH="/usr/man/%L"
    fi
    MANPATH="/usr/lpp/ssh2/man/%L:$MANPATH"
    export MANPATH
    
  2. Add the following lines to file .cshrc in the user's home directory:
    if (! $?MANPATH) setenv MANPATH "/usr/man/%L"
    setenv MANPATH "/usr/lpp/ssh2/man/%L:$MANPATH"
    

Previous Next Up [Contents] [Index]


[ Contact Information | Support | Feedback | SSH Home Page | SSH Products ]

Copyright © 2005 SSH Communications Security Corp.
This software is protected by international copyright laws. All rights reserved.
Copyright Notice