You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: