Tom Beech

Results 3 comments of Tom Beech

@zenchild Just commenting to bring this to your attention. Hoping it can be reviewed and released soon. 🤞

@rlpowell Bolt receives output in chunks, and immediately prints those chunks to the console as it receives them. That's why the lines wrap and wrap in different places -- Bolt...

@cummingscody Unfortunately Bolt is limited to whatever algorithms are [supported in net-ssh](https://github.com/net-ssh/net-ssh#supported-algorithms). Deprecated algorithms are disabled by default, though you can enable them with the `ssh.*-algorithms` config options [listed here](https://puppet.com/docs/bolt/latest/bolt_transports_reference.html#ssh)....