Recent content by Bit-10101

  1. B

    Ansible linuxclients -m ping (problem with target machine LinuxMint)

    You´ve right I did not see this link in your post, now I see that there is actually a link - the blue color. I apologize for not seeing that it was a link.
  2. B

    Ansible linuxclients -m ping (problem with target machine LinuxMint)

    I´ve chosed do go with option1: From Rocky To LInuxMint: [root@rocky /]# ssh-copy-id [email protected] /usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: "/root/.ssh/id_rsa.pub" /usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already...
  3. B

    Ansible linuxclients -m ping (problem with target machine LinuxMint)

    I dont have any problem to run ssh rocky@targetIpaddress. The problem is when I´m execute: ansible linuxclients -m ping I´ve already copy SSH license file right from the start. Copy once again to target LinuxMint and Redhat maybe doing something corrupt? But I realize at the same time I is...
  4. B

    Ansible linuxclients -m ping (problem with target machine LinuxMint)

    I have DNS servers configured, so that' explain the host-name
  5. B

    Ansible linuxclients -m ping (problem with target machine LinuxMint)

    I´ve wonder if this is the problem: It looks like I dont have a public key on my LinuxMint machine. I´remember that I did the copy the ssh key from Rocky to LinuxMint one more time (2 times) and also typed a passphrase, which I would not been done So, now i dont really know what to do - please...
  6. B

    Ansible linuxclients -m ping (problem with target machine LinuxMint)

    I´ve force Ansible to ask for the user password, run the ansible command with the –ask-pass argument, as follows: ansible linuxclients -u rocky --ask-pass -m ping and it´worked, but still the DNS error remains the same:: ansible linuxclients -u rocky --ask-pass -m ping } RedHat | UNREACHABLE...
  7. B

    Ansible linuxclients -m ping (problem with target machine LinuxMint)

    Now user rocky is on all the target machines: Rocky - hosts: [linuxclients] 123.458.78.910 123.458.78.911 Rebooted every machine ansible linuxclients -m ping LinuxMint | UNREACHABLE! => { "changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve...
  8. B

    Ansible linuxclients -m ping (problem with target machine LinuxMint)

    Ok, I deleted machine names and only kept ip-adresses: Host-file: [linuxclients] 123.458.78.910 123.458.78.911 I´m afraid it only got worse: ansible linuxclients -m ping 123.458.78.910 | UNREACHABLE! => { "changed": false, "msg": "Failed to connect to the host via ssh...
  9. B

    Ansible linuxclients -m ping (problem with target machine LinuxMint)

    I´ve installed everything by the book to start with Ansible, but when I´m trying to test ansible connection with command: ansible linuxclients -m ping The target machine LinuxMint machine is unreachable Labb Rocky 8.5 - Controller LinuxMint 20.3 - Target RedHat 8 -Target Host-file on Rocky...
  10. B

    Cant SSH from Rocky OS -->LinuxMint. It works only vice verca

    The upgrade did the work! Thanks :)
  11. B

    Cant SSH from Rocky OS -->LinuxMint. It works only vice verca

    Rocky: Rocky Linux 8.5 (Green Obsidian)" LinuxMint: VERSION="20.2 (Uma)" LinuxMint version it´s the only parameter that differs?
  12. B

    Cant SSH from Rocky OS -->LinuxMint. It works only vice verca

    "LinuxMint 5.4.0-74-generic #83-Ubuntu SMP Sat May 8 02:35:39 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux"
  13. B

    Cant SSH from Rocky OS -->LinuxMint. It works only vice verca

    PermitRootLogin yes # the setting of "PermitRootLogin without-password"
  14. B

    Cant SSH from Rocky OS -->LinuxMint. It works only vice verca

    Everything is by default, except for this: HostKey /etc/ssh/ssh_host_rsa_key #HostKey /etc/ssh/ssh_host_ecdsa_key #HostKey /etc/ssh/ssh_host_ed25519_key # Ciphers and keying #RekeyLimit default none # Logging #SyslogFacility AUTH #LogLevel INFO # Authentication: #LoginGraceTime 2m...
Top