Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the tools/cvm-image-rewriter #13

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Conversation

Yanbo0101
Copy link
Contributor

  • Update the plugin 06
  • New plugin 09-ccnp-vsock-port added.
  • Resolve SSH connection issue.

@Yanbo0101 Yanbo0101 force-pushed the plugin branch 2 times, most recently from 26eea7d to d432e68 Compare March 6, 2024 01:45
- Update the plugin 06
- New plugin 09-ccnp-vsock-port added.
- Resolve SSH connection issue.

Signed-off-by: Yanbo0101 <[email protected]>
@@ -14,7 +14,8 @@ power_state:
condition: True

runcmd:
- sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' /etc/ssh/sshd_config
- sed -i 's/#PasswordAuthentication yes/PasswordAuthentication yes/g' /etc/ssh/sshd_config
- sed -i 's/KbdInteractiveAuthentication no/KbdInteractiveAuthentication yes/g' /etc/ssh/sshd_config
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the reason of making this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is to address the issue of failed SSH login.

@wenhuizhang wenhuizhang merged commit d0bed9a into cc-api:main Mar 6, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants