# File lib/sshkit/command.rb, line 48
    def success?
      exit_status.nil? ? false : exit_status.to_i == 0
    end