Document r325254, EC2 AMIs now include the amazon-ssm-agent package.
Document r326564, EC2 AMIs now have ChallengeResponseAuthentication disabled by default. Document r326565, EC2 AMIs now use Amazon's NTP service by default. Submitted by: cperciva Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
2c28a00a32
commit
f71ec06262
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52575
1 changed files with 19 additions and 1 deletions
|
@ -538,7 +538,25 @@
|
|||
<sect2 xml:id="hardware-virtualization">
|
||||
<title>Virtualization Support</title>
|
||||
|
||||
<para> </para>
|
||||
<para revision="325254">Amazon® EC2™ AMI instances now
|
||||
have <filename
|
||||
role="package">sysutils/amazon-ssm-agent</filename>
|
||||
installed by default, though the service is not enabled by
|
||||
default in &man.rc.conf.5;. To enable the service,
|
||||
add:</para>
|
||||
|
||||
<programlisting> >>/etc/rc.conf
|
||||
amazon_ssm_agent_enable="YES"</programlisting>
|
||||
|
||||
<para>to the EC2™ user-data.</para>
|
||||
|
||||
<para revision="326564">Amazon® EC2™ AMI instances now
|
||||
disable <literal>ChallengeResponseAuthentication</literal> in
|
||||
&man.sshd.config.5; by default.</para>
|
||||
|
||||
<para revision="326565">Amazon® EC2™ AMI instances now
|
||||
use the Amazon® internal <application>NTP</application>
|
||||
service by default.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 xml:id="hardware-arm">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue