# File lib/net/ssh/transport/session.rb, line 111
    def shutdown!
      error { "forcing connection closed" }
      socket.close
    end