# File lib/net/ssh/shell.rb, line 86
      def subshell(command, &callback)
        execute(command, Net::SSH::Shell::Subshell, &callback)
      end