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

ssh logon failed during first boot #373

Open
oneautomate opened this issue Mar 13, 2016 · 0 comments
Open

ssh logon failed during first boot #373

oneautomate opened this issue Mar 13, 2016 · 0 comments

Comments

@oneautomate
Copy link

Hi There,
When I launch a "Amazon Linux 2015.09" and run my customer cookbook(domain join, pbis 7.0) in setup stage, I cannot ssh to the box when it is up.
It is found port 22 was not listening on the machine. I have to add below code to make it work. Can you please review and consider add it to your ssh_users cookbook?

service 'sshd' do
action :restart
ignore_failure true
end

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

No branches or pull requests

1 participant