forward agent
Matt S Trout [Wed, 6 Jun 2012 18:02:32 +0000 (18:02 +0000)]
lib/Object/Remote/Connector/SSH.pm

index a90270f..bf24a0a 100644 (file)
@@ -8,7 +8,7 @@ with 'Object::Remote::Role::Connector::PerlInterpreter';
 
 around _perl_command => sub {
   my ($orig, $self, $target) = @_;
-  return 'ssh', $target, $self->$orig($target);
+  return 'ssh', '-A', $target, $self->$orig($target);
 };
 
 no warnings 'once';