class Net::SSH::HostKeyEntries::PubKey

def initialize(key, comment: nil) # rubocop:disable Lint/MissingSuper

rubocop:disable Lint/MissingSuper
def initialize(key, comment: nil) # rubocop:disable Lint/MissingSuper
  @key = key
  @comment = comment
end