platform9 / ssh-provider

SSH Machine Controller for the Cluster API
11 stars 4 forks source link

Allow non-root users with sudo privileges to run ssh commands #24

Closed sarun87 closed 6 years ago

sarun87 commented 6 years ago

We need the user to be able to login as root today to run commands on the node via the ssh-provider. CoreOS by default exposes core user with root privileges but does not expose root user. The ask is to support users with root privileges (non root user) to use SSH-Provider for provisioning k8s clusters.