Re: Host key verification failed

2022-12-05 Thread Edward Rolison
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,

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

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? > > -- > You

Jenkins Project Configuration: stderr: Host key verification failed

2015-12-22 Thread Rammacher Frank
-progress rammi@localhost:jenkins_test +refs/heads/*:refs/remotes/origin/*" returned status code 128: stdout: stderr: Host key verification failed. fatal: Could not read from remote repository. Please make sure you have the correct ac

Re: "Host Key Verification Failed" error

2015-05-20 Thread Paul Kilgo
you aren't already using it. On Wed, May 20, 2015 at 5:03 PM, VFloyd 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 deplo

"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

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

2014-03-18 Thread Jay Vyas
ived > debug1: kex: server->client aes128-ctr hmac-m...@openssh.com > none > debug1: kex: client->server aes128-ctr hmac-m...@openssh.com > none > debug1: sending SSH2_MSG_KEX_ECDH_INIT > debug1: expecting SSH2_MSG_KEX_ECDH_REPLY > debug1: Server host key: RSA #

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

2014-03-17 Thread Richard Bywater
e protocol version 2.0, remote software version OpenSSH_6.3 > debug1: match: OpenSSH_6.3 pat OpenSSH* > debug1: SSH2_MSG_KEXINIT sent > debug1: SSH2_MSG_KEXINIT received > debug1: kex: server->client aes128-ctr hmac-md5-...@openssh.com none > debug1: kex: client->server aes12

Jenkins Master [Execute Shell] Host Key Verification Failed

2014-03-17 Thread Jonathan Cope
H2_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 pos