The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to use Fisheye push authenticated with ssh pubkey

Matt
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
January 23, 2013

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

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Daniel R
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 23, 2013

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:

https://confluence.atlassian.com/display/FISHEYE/End+of+Support+Announcement+for+Internally+Managed+Repositories

Thanks,

TAGS
AUG Leaders

Atlassian Community Events