Technical Notes |
|
This document lists the features introduced in Reflection for Secure IT UNIX Client and Server version 6.1. It also includes supported platforms, and provides information for obtaining this Reflection SSH product.
This note includes the following topics:
The following new features are available in Reflection for Secure IT UNIX Client and Server version 6.1.
A new configuration option, UsePamSessions, is available. When enabled (default is disabled), the PAM session-modules are run for the configured service ("ssh" by default) just before a new shell is launched. This enables modules such as pam_limits.so to be used for user sessions. To use this option:
Note: The core file size and maximum number of open files requires both the soft and hard limits to be set. In addition, both the hard and soft limits for the core file size must be a numerical value.
For information about platform support in Reflection for Secure IT, see Technical Note 1944.
If you already obtained your product upgrade, disregard this section.
Maintained customers are eligible to download the latest product releases from the Attachmate Download Library web site: https://download.attachmate.com/Upgrades/.
You will be prompted to login and accept the Software License Agreement before you can select and download a file. For more information on using the Download Library web site, see Technical Note 0200.
For information about how to expand UNIX files that are packaged with a .zip extension, see Technical Note 1925.
The following optional procedure supplements the installation instructions provided in the SSH for UNIX Client and Server Reference version 6.1 (page 12). You can use this procedure if you want the server to restart automatically if it dies for any reason.
After completing the installation as described in the manual, add the following command to /etc/inittab.
sshd:2345:respawn:/usr/sbin/sshd2 -oDontFork=yes > /var/adm/sshlog 2>&1This command configures sshd2 to run at runlevels 2-5 and restart automatically. Setting -oDontFork=yes makes the daemon run in foreground, so init can monitor its status.
For installation instructions for other platforms, see the SSH for UNIX Client and Server Reference version 6.1 available on the Support site at http://support.attachmate.com/manuals/sshdocs.html.