From 78bfc5b88549f3f138a454049dd5243a45ecf4ad Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Fri, 8 Apr 2016 13:38:50 +0200 Subject: [PATCH] btrbk: bugfix: use "/bin/false" as RSH if no config is available --- btrbk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/btrbk b/btrbk index f6bb488..5079487 100755 --- a/btrbk +++ b/btrbk @@ -1398,6 +1398,8 @@ sub vinfo($;$) PATH => $path, PRINT => "$host:$path", URL_PREFIX => "ssh://$host", + RSH_TYPE => "UNKNOWN", + RSH => [ '/bin/false' ], ); if($config) { my $ssh_port = config_key($config, "ssh_port");