Installing OpenSSH Server: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
= AIX =
== AIX ==
# Change to the directory containing the openssh.base.server and openssh.base.client filesets.
#: <tt>'''# smitty install'''</tt>
#:: <tt>Select: '''Install and Update Software'''</tt>
#:: <tt>Select: '''Install and Update from ALL Available Software'''</tt>
#:: <tt>Change the entry fields to reflect the following:</tt>
<pre>
            INPUT device / directory for software    [.]
            SOFTWARE to Install                      [Press <F4> and select the openssh.base fileset]
            ACCEPT new license agreements            [yes]
</pre>
<ol><li value="2">Verify the sshd subsystem is active.</li></ol>
:::<tt>'''# lssrc -s sshd'''</tt>


# Change to the directory containing the openssh.base.server and openssh.base.client filesets.
== Further Reading ==
# <tt>'''# smitty install ''<Enter>'''''</tt>
# [http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp IBM pSeries and AIX Information Center]
# <tt>Select: '''Install and Update Software''' ''<Enter>''</tt>
 
# <tt>Select: '''Install and Update from ALL Available Software''' ''<Enter>''</tt>
[[Category:AIX]]
# <tt>Change the entry fields to reflect the following:</tt>
[[Category:Linux]]
<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><tt>'''# lssrc -s sshd'''</tt></li></ol></ol>
</tt>

Latest revision as of 19:36, 2 April 2026

AIX

  1. Change to the directory containing the openssh.base.server and openssh.base.client filesets.
    # smitty install
    Select: Install and Update Software
    Select: Install and Update from ALL Available Software
    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.
# lssrc -s sshd

Further Reading

  1. IBM pSeries and AIX Information Center