You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hello.
I have problem. ssh-key passphrase permission denied (using ansible)
ansible playbook :
- hosts: testnew
gather_facts: no
become: yes
tasks:
- name: Git update
git:
key_file: /root/.ssh/new_rsa
repo: git@bitbucket.org:Ads/ads.git
dest: /path/
accept_hostkey: yes
remote: origin
update: yes
version: feature/out
ignore_errors: yes
"msg": "Failed to download remote objects and refs: git@bitbucket.org: Permission denied (publickey).\r\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists.\n"
I use ssh-agent
ssh-add asa_key
enter passphrase
Hi James,
I'm not really familiar with ansible, but I would need some additional info to better help you.
GIT_SSH_COMMAND="ssh -vvv" git clone <repo_url>
Kind regards,
Theodora
Hi @James ,
Welcome to Atlassian community!
Please find the below document for the Permission denied issue in Bitbucket.
Regards,
Sanjen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @James
As per the permission denied issue related to that document.
Could your please explain more about it what you are looking now..?
Regards,
Sanjen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.