Installing OpenSSH Server: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
(Created page with " == Installation on AIX ==")
 
No edit summary
Line 1: Line 1:


== Installation on AIX ==
== Installation on AIX ==
<tt>
# Change to the directory containing the openssh.base.server and openssh.base.client filesets.
# # smitty install ''<Enter>''
# Select: Install and Update Software ''<Enter>''
# Select: Install and Update from ALL Available Software ''<Enter>''
# Change the entry fields to reflect the following:
<code>
  INPUT device / directory for software    [.]
  SOFTWARE to Install                      [''Press <F4> and select the openssh.base fileset'']
  ACCEPT new license agreements            [yes]
</code>
<ol><li value="6">Verify the sshd subsystem is active:</li>
<ol><li>lssrc -s sshd</li></ol></ol>
</tt>

Revision as of 12:11, 29 December 2011

Installation on AIX

  1. Change to the directory containing the openssh.base.server and openssh.base.client filesets.
  2. # smitty install <Enter>
  3. Select: Install and Update Software <Enter>
  4. Select: Install and Update from ALL Available Software <Enter>
  5. Change the entry fields to reflect the following:

  INPUT device / directory for software    [.]
  SOFTWARE to Install                      [Press <F4> and select the openssh.base fileset]
  ACCEPT new license agreements            [yes]

  1. Verify the sshd subsystem is active:
    1. lssrc -s sshd