def setup_openssh_key
      public_key = Infrastructure::Aws::Registry.get_openssh_key
      if public_key.nil? || public_key.empty?
        return
      end