Re: Host key verification failed

2022-12-05 Thread Edward Rolison
ieb Ram R: > > you need to check in the ssh plugin username and password > > > Why? The error message clearly says "*HOST* key verification failed". > > Bye... > > Dirk > > -- > > *Dirk Heinrichs* > Senior Systems Engineer, Delivery Pipeline > OpenTe

Re: Host key verification failed

2022-12-05 Thread 'Dirk Heinrichs' via Jenkins Users
Am Montag, dem 05.12.2022 um 18:03 +0530 schrieb Ram R: you need to check in the ssh plugin username and password Why? The error message clearly says "HOST key verification failed". Bye... Dirk -- Dirk Heinrichs Senior Systems Engineer, Delivery Pipeline OpenText ™ Discovery |

Re: Host key verification failed

2022-12-05 Thread 'Dirk Heinrichs' via Jenkins Users
Am Montag, dem 05.12.2022 um 17:55 +0530 schrieb pooja pooja: While executing my job am getting below error can anyone help me on this issue? No screenshots, please. Copy/paste is far anyway. The problem seems to be in the script that is called. It seems to try to make an SSH connection to a

Re: Host key verification failed

2022-12-05 Thread Ram R
I think you need to check in the ssh plugin username and password in jenkins, there should be a connection issue. Ramkrishna 9652540292 On Mon, Dec 5, 2022 at 5:55 PM pooja pooja wrote: > Hi all, > While executing my job am getting below error can anyone help me on this > issue? > > -- >

Re: Host Key Verification Failed error

2015-05-20 Thread Paul Kilgo
if you aren't already using it. On Wed, May 20, 2015 at 5:03 PM, VFloyd vanettafl...@gmail.com wrote: Afternoon - How do you guys handle the Host Key Verification Failed msgs when deploying to new servers. I have 9 new build/deploy servers - one job can run on any of those deploy servers

Host Key Verification Failed error

2015-05-20 Thread VFloyd
Afternoon - How do you guys handle the Host Key Verification Failed msgs when deploying to new servers. I have 9 new build/deploy servers - one job can run on any of those deploy servers to move code to 12 servers in an environment. ssh'ing from each of the 9 new servers to each of the 12

Re: Jenkins Master [Execute Shell] Host Key Verification Failed

2014-03-18 Thread Jay Vyas
/dev/tty: No such device or address Host key verification failed. Build step 'Execute shell' marked build as failure Finished: FAILURE Hours of googling have produced myriad posts about this but I haven't found a single working solution. -- You received this message because you

Jenkins Master [Execute Shell] Host Key Verification Failed

2014-03-17 Thread Jonathan Cope
SSH2_MSG_KEX_ECDH_REPLY debug1: Server host key: RSA # key valuedebug1: read_passphrase: can't open /dev/tty: No such device or address Host key verification failed. Build step 'Execute shell' marked build as failure Finished: FAILURE Hours of googling have produced myriad posts about this but I haven't found

Re: Jenkins Master [Execute Shell] Host Key Verification Failed

2014-03-17 Thread Richard Bywater
none debug1: sending SSH2_MSG_KEX_ECDH_INIT debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: Server host key: RSA # key valuedebug1: read_passphrase: can't open /dev/tty: No such device or address Host key verification failed. Build step 'Execute shell' marked build as failure Finished