[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-08-04 Thread miqdad patwa
Hello , Thanks for looking into this issue. Basically i am doing SSH on a Network switch and my ssh key is not having paraphase. ssh-add /home/devops/.ssh/id_ed25519 will it add key on switch as it fails when i try to add the key on the switch.\ I am sure its an issue with SSH but unable to

[ansible-project] Re: Openssh Issues in Ansible

2020-07-30 Thread Carl Brown
Sounds like either your OpenSSH config file is not correct, by default has a static location. Also, could be permissions on .ssh folder/file not set correctly. I would suggest validating the installation. Generally maybe just validating the keys and config file for correct path/location. These

[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