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,
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.