-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Feature requestLow priorityNeeds agreementAll dev must agreed this changeAll dev must agreed this change
Description
Hi,
I think, it might be a nice to have feature to be able to shut down machines in Linbo_sync. It could work like this:
- Linbo:
ssh -o ConnectTimeout=2 -o StrictHostKeyChecking=no -p 2222 root@$IP /sbin/poweroff - Linux:
ssh -o ConnectTimeout=2 -o StrictHostKeyChecking=no root@$IP shutdown now - Windows:
net rpc -S $IP -U global-admin%$PASSWORD shutdown -t 1 -f
For windows, it might be possible to use the --use-kerberos parameter. If that does not work, the user has to input their password. (see the docs)
Regards,
Dorian
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature requestLow priorityNeeds agreementAll dev must agreed this changeAll dev must agreed this change