# File lib/chef/knife/bootstrap.rb, line 221
      def ssh_command
        command = render_template(read_template)

        if config[:use_sudo]
          command = "sudo #{command}"
        end

        command
      end