Installing OpenSSH Server: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
No edit summary
 
(7 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.
# Change to the directory containing the openssh.base.server and openssh.base.client filesets.
# <tt>'''# smitty install'''</tt>
#: <tt>'''# smitty install'''</tt>
# <tt>Select: '''Install and Update Software'''</tt>
## <tt>Select: '''Install and Update Software'''</tt>
# <tt>Select: '''Install and Update from ALL Available Software'''</tt>
## <tt>Select: '''Install and Update from ALL Available Software'''</tt>
# <tt>Change the entry fields to reflect the following:</tt>
## <tt>Change the entry fields to reflect the following:</tt>
<pre>
<pre>
  INPUT device / directory for software    [.]
            INPUT device / directory for software    [.]
  SOFTWARE to Install                      [Press <F4> and select the openssh.base fileset]
            SOFTWARE to Install                      [Press <F4> and select the openssh.base fileset]
  ACCEPT new license agreements            [yes]
            ACCEPT new license agreements            [yes]
</pre>
</pre>
<ol><li value="6">Verify the sshd subsystem is active:</li>
<ol><li value="6">Verify the sshd subsystem is active:</li>
Line 15: Line 15:
== Further Reading ==
== Further Reading ==
# [http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp IBM pSeries and AIX Information Center]
# [http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp IBM pSeries and AIX Information Center]
[[Category:AIX]]
[[Category:Linux]]

Latest revision as of 21:04, 13 December 2017

AIX

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

Further Reading

  1. IBM pSeries and AIX Information Center