From a686f8631bd23b9965775f251d3cb32f94ae537a Mon Sep 17 00:00:00 2001 From: Andrew Holland Date: Sat, 16 Sep 2017 01:21:19 +0300 Subject: [PATCH] bournify (yes, I believe the warning should be on the client side.) --- badssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/badssh b/badssh index 057436d..f742655 100755 --- a/badssh +++ b/badssh @@ -1,3 +1,3 @@ -#!/bin/zsh +#!/bin/sh ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no "${@}"