The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
How to use fisheye with ssh key authentication... I have tried several ways... and all of them failed.
https://confluence.atlassian.com/display/FISHEYE/Authentication#Authentication-GeneratekeypairforSSH
Unfortunatelly this is not a straight-forward description and it's a bit confusing.
In the end I would like to have something like bitbucket or github (upload your public key and you're done). I know it isn't currently possible. There are two options:
- Upload private key (you mean public key)...
- Generate keypair and it prints out pubkey (but it probably should print private key)...
And .git/config as it follows
[remote "origin"] url = git@fisheye:/git/myproject.git fetch = +refs/heads/*:refs/remotes/origin/*
and .ssh/config
Host fisheye Hostname example.com PubkeyAuthentication yes IdentitiesOnly yes IdentityFile ~/.ssh/fisheye.pub
Hello MattEvangelist,
We actually considered this feature here but due to other developments, it will not be addressed:
https://jira.atlassian.com/browse/FE-3771
From product management:
Due to the deprecation of managed Git repositories in FishEye we are not going to tackle this issue.
Follow the link below to learn more about the deprecation of internally managed repositories:
Thanks,
Hi everyone, We’re always looking at how to improve Confluence and customer feedback plays an important role in making sure we're investing in the areas that will bring the most value to the most c...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.