diff options
author | Jeff Loughridge <jeffl@konekti.us> | 2021-04-12 16:09:30 +0000 |
---|---|---|
committer | Jeff Loughridge <jeffl@konekti.us> | 2021-04-12 16:09:30 +0000 |
commit | 9d2f16ab7309779065f123579542beae9d1247e6 (patch) | |
tree | b154aed1cdcfe4b2ed12f5268239d4a2347e424d /docs/automation | |
parent | 7f481a08a4f812169bd4921a029df3728eff5c64 (diff) | |
download | vyos-documentation-9d2f16ab7309779065f123579542beae9d1247e6.tar.gz vyos-documentation-9d2f16ab7309779065f123579542beae9d1247e6.zip |
Fix default credentials statement
Diffstat (limited to 'docs/automation')
-rw-r--r-- | docs/automation/cloud-init.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/automation/cloud-init.rst b/docs/automation/cloud-init.rst index 761a96e3..be585321 100644 --- a/docs/automation/cloud-init.rst +++ b/docs/automation/cloud-init.rst @@ -82,7 +82,7 @@ System Defaults/Fallbacks These are the VyOS defaults and fallbacks. * SSH is configured on port 22 -* vyos/vyos credentials if no SSH public key exists in metadata +* vyos/vyos credentials if no others specified by data source * DHCP on first Ethernet interface if no network configuration is provided |