Page 1 of 1

Remote shutdown using a script

Posted: 25 Mar 2019, 04:26
by Funtik
Fanthom, I'm bored with my questions :)
I want to write a script connecting to a Kiosk via ssh with the execution of the command "shutdown -h". But, for some reason, every time the server changes the RSA keys and the client issues a warning. What is the reason for this?

Remote shutdown using a script

Posted: 25 Mar 2019, 07:03
by fanthom
Nothing in kiosk is persistent including SSH keys.

You should have an option to auto accept new keys in your SSH client.

Remote shutdown using a script

Posted: 01 Aug 2023, 20:38
by Chillkroete
fanthom wrote:
25 Mar 2019, 07:03
You should have an option to auto accept new keys in your SSH client.
Can anybody provide any guidance on how to archive that?