Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,551,853
Community Members
 
Community Events
184
Community Groups

Not seeing how to use an existing SSH public key on a new server

how to get an ssh public key for aws ... not for windows or linux.. but for amazon web service. 

 

the comand line doesnt work  : cat ~/.ssh/id_rsa.pub 

1 comment

Jobin Kuruvilla [Adaptavist]
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 Leaders.
Feb 07, 2019

Depends on your OS. See https://confluence.atlassian.com/bitbucketserver/ssh-user-keys-for-personal-use-776639793.html

Windows

cd %userprofile%/.ssh
clip < id_rsa.pub


On macOS or Linux simply run the following in a terminal:

Mac OS X

pbcopy < ~/.ssh/id_rsa.pub


Note that on Linux, you may need to download and install xclip, then use that, as shown in this code snippet:

Linux

sudo apt-get install xclip
xclip -sel clip < ~/.ssh/id_rsa.pub

 If you do not have a key, you should create one first: https://confluence.atlassian.com/bitbucketserver/creating-ssh-keys-776639788.html

Screenshot (5)_LI.jpgThank you Jobin.  

After creating a bitbucket account, on the AWS console Cloud9 in the terminal  I run this command and it worked :  

cat ~/.ssh/id_rsa.pub

 

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events