Skip Navigation
Posts
1
Comments
1
Joined
2 yr. ago
  • I agree that linux is difficult t best for a desktop. I use MacOS for my desktop system. Its very linux-like under the hood, but it just works. In my opinion its way better than Windows.

  • Ansible @lemmy.world
    travellingtechie @reddthat.com

    ssh: Can't Open user config file, but the file exists

    I've just moved all my ansible control to a new host, but when I try to run a playbook that worked on the old host, I'm getting this error:

    "msg": "Failed to connect to the host via ssh: OpenSSH_9.0p1 Ubuntu-1ubuntu7.1, OpenSSL 3.0.5 5 Jul 2022\r\nCan't open user config file /home/mike/automation/ssh_config: No such file or directory",

    The directory exists, it has rw-r--r-- permissions, if I run ssh -F it works fine, but if I manually run the sshpass command it gets the same error, any ideas what might be causing this?