RE: [SOCIAL NETWORK] Re: [SOCIAL NETWORK] Re: [SOCIAL NETWORK] RE: [SOCIAL NETWORK] Re: SSH Remote Host not being able to connect

2020-02-11 Thread Sanders, Sholom
Sent: Thursday, February 6, 2020 8:57 AM To: Jenkins Users Subject: [SOCIAL NETWORK] Re: [SOCIAL NETWORK] Re: [SOCIAL NETWORK] RE: [SOCIAL NETWORK] Re: SSH Remote Host not being able to connect in that case, I would use the https://plugins.jenkins.io/ssh-agent<https://gc

Re: [SOCIAL NETWORK] Re: [SOCIAL NETWORK] Re: [SOCIAL NETWORK] RE: [SOCIAL NETWORK] Re: SSH Remote Host not being able to connect

2020-02-06 Thread kuisathaverat
, Sholom > *Sent:* Thursday, February 6, 2020 9:48 AM > *To:* jenkinsci-users@googlegroups.com > *Subject:* [SOCIAL NETWORK] RE: [SOCIAL NETWORK] Re: [SOCIAL NETWORK] Re: > [SOCIAL NETWORK] RE: [SOCIAL NETWORK] Re: SSH Remote Host not being able to > connect > > > > I alrea

RE: [SOCIAL NETWORK] Re: [SOCIAL NETWORK] Re: [SOCIAL NETWORK] RE: [SOCIAL NETWORK] Re: SSH Remote Host not being able to connect

2020-02-06 Thread Sanders, Sholom
NETWORK] RE: [SOCIAL NETWORK] Re: [SOCIAL NETWORK] Re: [SOCIAL NETWORK] RE: [SOCIAL NETWORK] Re: SSH Remote Host not being able to connect I already have that plugin. In my build section, I have to use conditional statements to figure out which remote machine to go to . I have to run a shell

RE: [SOCIAL NETWORK] Re: [SOCIAL NETWORK] Re: [SOCIAL NETWORK] RE: [SOCIAL NETWORK] Re: SSH Remote Host not being able to connect

2020-02-06 Thread Sanders, Sholom
NETWORK] Re: [SOCIAL NETWORK] Re: [SOCIAL NETWORK] RE: [SOCIAL NETWORK] Re: SSH Remote Host not being able to connect in that case, I would use the https://plugins.jenkins.io/ssh-agent<https://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fplugins.jenkins.io%2Fssh-agent&data=

Re: [SOCIAL NETWORK] Re: [SOCIAL NETWORK] RE: [SOCIAL NETWORK] Re: SSH Remote Host not being able to connect

2020-02-06 Thread Ivan Fernandez Calvo
in that case, I would use the https://plugins.jenkins.io/ssh-agent here you have some examples https://jenkins.io/doc/pipeline/steps/ssh-agent/ https://support.cloudbees.com/hc/en-us/articles/360029470091-How-to-use-the-SSH-Agent-Plugin https://stackoverflow.com/questions/44237417/how-do-i-use-ss

RE: [SOCIAL NETWORK] Re: [SOCIAL NETWORK] RE: [SOCIAL NETWORK] Re: SSH Remote Host not being able to connect

2020-02-06 Thread Sanders, Sholom
shell script which copies over the deployment version to that machine. From: jenkinsci-users@googlegroups.com On Behalf Of Ivan Fernandez Calvo Sent: Wednesday, February 5, 2020 4:37 PM To: Jenkins Users Subject: [SOCIAL NETWORK] Re: [SOCIAL NETWORK] RE: [SOCIAL NETWORK] Re: SSH Remote Host not

Re: [SOCIAL NETWORK] RE: [SOCIAL NETWORK] Re: SSH Remote Host not being able to connect

2020-02-05 Thread Ivan Fernandez Calvo
Hi, I am confused, Do you try to connect an SSH agent to a Jenkins instance to build your jobs or you are trying to configure totter thing? https://plugins.jenkins.io/ssh-slaves or execute SSH remote commands on a host that it is not an Agent? https://plugins.jenkins.io/ssh -- You received thi

RE: [SOCIAL NETWORK] RE: [SOCIAL NETWORK] Re: SSH Remote Host not being able to connect

2020-02-05 Thread Mahima Mishra
Suggest you to add a Jenkins user on the Linux slave and generate a key for that user and use the same in credentials. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an em

RE: [SOCIAL NETWORK] RE: [SOCIAL NETWORK] Re: SSH Remote Host not being able to connect

2020-02-05 Thread Sanders, Sholom
Of Mahima Mishra Sent: Wednesday, February 5, 2020 2:05 PM To: Jenkins Users Subject: [SOCIAL NETWORK] RE: [SOCIAL NETWORK] Re: SSH Remote Host not being able to connect Are you using the private key for user - mdmadmin? Were the keys generated on jenkins master? -- You received this message

RE: [SOCIAL NETWORK] Re: SSH Remote Host not being able to connect

2020-02-05 Thread Mahima Mishra
Are you using the private key for user - mdmadmin? Were the keys generated on jenkins master? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+un

RE: [SOCIAL NETWORK] Re: SSH Remote Host not being able to connect

2020-02-05 Thread Sanders, Sholom
From: jenkinsci-users@googlegroups.com On Behalf Of Ivan Fernandez Calvo Sent: Wednesday, February 5, 2020 11:12 AM To: Jenkins Users Subject: [SOCIAL NETWORK] Re: SSH Remote Host not being able to connect I understand you have a Jenkins instance that runs on a windows machine and you want

Re: SSH Remote Host not being able to connect

2020-02-05 Thread Ivan Fernandez Calvo
I understand you have a Jenkins instance that runs on a windows machine and you want to use a Linux machine as an agent connected by SSH * Create an SSH key pair (public/private) * Create an SSH credential in the Jenkins machine and put the private key there * Create an SSH agent see https://git

SSH Remote Host not being able to connect

2020-02-04 Thread Sholom Sanders
On my remote Linux machine I created a private/public key to communicate with Jenkins on my Windows machine. I put the public key into authorized_keys. In Jenkins, I created a credential for this user and pasted in the private key. I then went to Manage Jenkins --> Configure System to the SSH