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

fix: enable ssh access out of the box #84

Merged
merged 4 commits into from
Sep 21, 2024
Merged

Conversation

reubenmiller
Copy link
Contributor

To resolve #83, the following changes were made to enable ssh out of the box (again):

  • Create the iotadmin user at build time rather than during the bootstrap.sh script (just in case if people are manually bootstrapping the device or using c8y-tedge).
  • Include sshd config which allows ssh users to login with a password (though ssh will only listen on the loopback address, 127.0.0.1)

Signed-off-by: Reuben Miller <reuben.d.miller@gmail.com>
Signed-off-by: Reuben Miller <reuben.d.miller@gmail.com>
Signed-off-by: Reuben Miller <reuben.d.miller@gmail.com>
Signed-off-by: Reuben Miller <reuben.d.miller@gmail.com>
Copy link

github-actions bot commented Sep 21, 2024

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
17 0 0 17 100 2m39.825s

@reubenmiller reubenmiller added this pull request to the merge queue Sep 21, 2024
Merged via the queue into main with commit 8139e72 Sep 21, 2024
5 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.

remoteaccess does not work out of the box
1 participant