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