-
-
Save gowatana/ddebbfed8d3ed0a7df50a04d281c1d99 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #cloud-config | |
| users: | |
| - name: @@{ROCKY.username}@@ | |
| sudo: ['ALL=(ALL) NOPASSWD:ALL'] | |
| chpasswd: | |
| list: | | |
| @@{ROCKY.username}@@:@@{ROCKY.secret}@@ | |
| expire: false | |
| ssh_pwauth: yes |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
下記の投稿むけ。
Self-Service:ブループリントから展開する Linux VM の SSH パスワード認証を有効化してみる。
https://blog.ntnx.jp/entry/2024/12/14/212354