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 has been 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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When applying initial configuration to a new 5.5 VCSA, puppet will fail with the error:
This is due to the
MaxSessions 1
setting in/etc/ssh/sshd_config
. As a workaround, you can remove this line or change toMaxSessions 10
.Additionally, an issue is documented for the net-ssh library to handle non-multiplexed SSH sessions: net-ssh/net-ssh#121
The text was updated successfully, but these errors were encountered: