Install Ansible on Ubuntu 24 04

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024

Комментарии • 2

  • @supriya9147
    @supriya9147 Месяц назад

    I got this issue at 7:18
    ssh-copy-id remote_node_private_IP address
    /usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: "/root/.ssh/id_ed25519.pub"
    /usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed
    /usr/bin/ssh-copy-id: ERROR: ssh: Could not resolve hostname "private IP I gave": Temporary failure in name resolution
    How to resolve this?

    • @jameskiarie6923
      @jameskiarie6923  Месяц назад

      Hey Supriya. Try ssh-copy-id remote_user@remote_private_IP_address. For example, ssh-copy-id supriya@192.168.1.5