# File lib/net/ssh/transport/session.rb, line 102
    def close
      socket.cleanup
      socket.close
    end