andrewchilds / overcast

Orchestrate VMs from your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change Password on remote host

Acostan opened this issue · comments

Hi,

I can't get this command to work

"overcast run INSTANCE passwd"

the CLI asks for the pasword, but doesn't ask me to re-confirm the password

Hello, overcast run is meant for running non-interactive commands on remote hosts. If you want to run an interactive command, you should use overcast ssh [instance] and run passwd once logged in.

Thanks!