diff options
-rw-r--r-- | lib/shell_utils.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/shell_utils.rb b/lib/shell_utils.rb index 5ce8959..0cd8947 100644 --- a/lib/shell_utils.rb +++ b/lib/shell_utils.rb @@ -30,6 +30,8 @@ module ShellUtils command = [ 'ssh', + # Use a automatically trust on first use model + '-o', 'StrictHostKeyChecking=no', run_remotely_on_host, *command ] |