Jenkins SSHD connection -
having trouble finding information on using jenkins sshd, there's rsa key (publickey?) supplied x-instance-identity
header when browsing top page.
trouble is, it's not clear how use this.
i've tried obvious, , added ~/.ssh/id_rsa_jenkins
, attempted connect, after first setting sshd port in jenkins config 8822
ssh -i ~/.ssh/id_rsa_jenkins -p 8822 jenkins_server
(and alternatively)
ssh -i ~/.ssh/id_rsa_jenkins -p 8822 user@jenkins_server
however, both of these connection attempts, i'm challenged passphrase, don't have (attempting use user login fails.)
does have ideas?
managed figure out, jenkins top page (when logged in)
> people > user > configure
then find ssh public keys, paste rsa/dsa public key in here , save, , can log in.
Comments
Post a Comment