Git Permission Denied (Publickey,Gssapi-Keyex,Gssapi-With-Mic)

Permission denied (publickey,gssapi-keyex,gssapi-with-mic) on openshift

Remove the keys: rhc sshkey-remove
You can also delete them from the management console, by going to https://openshift.redhat.com/app/console/settings

Once done, upload the public key (copy the content of your id_rsa.pub to management console) :
https://openshift.redhat.com/app/console/keys/new

Save it. After this try to git clone and it should work for you.

Jenkins unable to connect GIT repository: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password)

Jenkins will not use the SSH Keys located on the master or slave that runs the job. So your setup with placing the keys in ~/.ssh and having a username/password credential set up on on the master will not work.

Instead you should create a set of credentials using the SSH Credential Plugin, where you can also specify the passphrase for the private key. The jobs then need to use this credential to connect to the repository.



Related Topics



Leave a reply



Submit