[ansible-project] Re: Openssh Issues in Ansible

2020-08-20 Thread Bernie Hoefer
On Tuesday, August 4, 2020 at 4:31:19 AM UTC-5 miqda...@gmail.com wrote: > Thanks for looking into this issue. You are welcome, but I am sorry it has taken me so long to reply. > Basically i am doing SSH on a Network switch and my ssh key is not having paraphase. > > ssh-add

[ansible-project] Re: Openssh Issues in Ansible

2020-07-28 Thread Bernie Hoefer
I'm not familiar with the Ansible Comware module. Yet, from your output: debug2: key: /home/devops/.ssh/id_ed25519 (0x55565ef912b0) debug3: send packet: type 5 debug3: receive packet: type 6 debug2: service_accept: ssh-userauth ...it looks like it might be a SSH issue, not an issue with the

[ansible-project] Choosing Cipher In openssl_privatekey Module With Cryptography Back End

2020-06-02 Thread Bernie Hoefer
With the pyOpenSSL back end of the openssl_privatekey module deprecated in Ansible 2.9, a colleague started looking at the cryptography back end. According to the documentation: openssl_privatekey – Generate OpenSSL private keys