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

Omnia Container startup script #2423

Open
wants to merge 9 commits into
base: pub/new_architecture
Choose a base branch
from

Conversation

Aditya-DP
Copy link
Collaborator

Issues Resolved by this Pull Request

Please be sure to associate your pull request with one or more open issues. Use the word Fixes as well as a hashtag (#) prior to the issue number in order to automatically resolve associated issues (e.g., Fixes #100).

Fixes #2422

@Aditya-DP
Copy link
Collaborator Author

run omnia-checkers

omnia_startup.sh Outdated
echo -e "\n${GREEN}Generating a new ssh key pair.${NC}"
ssh-keygen -t rsa -b 4096 -C "omnia_oim" -q -N '' -f /root/.ssh/oim_rsa
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/oim_rsa

Choose a reason for hiding this comment

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

Will this work for ssh from container to host system? in container keys file expected will be id_rsa by default.

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.

2 participants