Open
Description
What would you like to be added:
Currently it is not possible to use gardenctl ssh
on nodes when the cluster has provider.workersSettings.sshAccess.enabled
set to false
. I would like to enable ssh
access when using gardenctl ssh
on a specific node if it had been disabled and disable it again when the ssh
session ends.
Why is this needed:
Improve debugging of issues when cluster has provider.workersSettings.sshAccess.enabled
set to false
.