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
{{ message }}
This repository was archived by the owner on Nov 9, 2020. It is now read-only.
When applying initial configuration to a new 5.5 VCSA, puppet will fail with the error:
Error: /Stage[main]//Vcsa[demo]/Vcsa_eula[demo]/ensure: change from absent to present failed: Could not set 'present' on ensure: open failed (1) at 53:/etc/puppetlabs/puppet/modules/vcsa/manifests/init.pp
This is due to the MaxSessions 1 setting in /etc/ssh/sshd_config. As a workaround, you can remove this line or change to MaxSessions 10.
Additionally, an issue is documented for the net-ssh library to handle non-multiplexed SSH sessions: net-ssh/net-ssh#121