I am trying to add my SSH ID to bitbucket from my newly installed ArchLinux setup. The instructions for adding my id to bitbucket involve using my browser and copy/paste the key. I am not using a GUI but don't know what the command is to push public keys from commandline to bitbucket. How do I manage this?
Asked
Active
Viewed 63 times
1 Answers
1
You could try to use the links
command line browser, although it doesn't seem installed by default. Of course you may want to get the ID into a clipboard of sorts if you don't want to type it over.
If the posting the ID doesn't require difficult pages and settings you may be able to implement this using httpie
- which does seem to be installed.

Community
- 1
- 1

Maarten Bodewes
- 90,524
- 13
- 150
- 263
-
Just thinking out loud here, didn't try it yet, but you should be able to get it to work. – Maarten Bodewes Feb 19 '15 at 18:58
-
OK thanks I will look into your ideas and let you know! – leonormes Feb 19 '15 at 20:24
-
I used lynx and managed to copy/paste the key. Couldn't submit it though(?) but I am just using the https to retrieve my repos. Will try again at a later date. – leonormes Feb 19 '15 at 21:38