LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-09-2018, 06:43 AM   #1
hack3rcon
Senior Member
 
Registered: Jan 2015
Posts: 1,432

Rep: Reputation: 11
Post Bitbucket and Tor.


Hello.
Can I use Bitbucket with Tor? I used "torify", "torsocks" and "proxychains" for forward ssh but it can't work:
Code:
$ proxychains ssh user@bitbucket.org/user/project.git
ProxyChains-3.1 (http://proxychains.sf.net)
|DNS-request| bitbucket.org/user/project.git
|S-chain|-<>-127.0.0.1:9150-<--timeout
|DNS-response|: bitbucket.org/user/project.git does not exist
ssh: Could not resolve hostname bitbucket.org/user/project.git: Unknown error
Any idea?

Thank you.
 
Old 12-09-2018, 07:11 AM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
https://bitbucket.org/ works in tor-browser.

i have never tried to ssh into a git project.

Code:
ssh user@bitbucket.org/user/project.git
ssh: Could not resolve hostname bitbucket.org/user/project.git: Name or service not known
 
Old 12-09-2018, 07:47 AM   #3
hack3rcon
Senior Member
 
Registered: Jan 2015
Posts: 1,432

Original Poster
Rep: Reputation: 11
Quote:
Originally Posted by ondoho View Post
https://bitbucket.org/ works in tor-browser.

i have never tried to ssh into a git project.

Code:
ssh user@bitbucket.org/user/project.git
ssh: Could not resolve hostname bitbucket.org/user/project.git: Name or service not known
I know but I like to ssh to bitbucket via Tor.
 
Old 12-09-2018, 08:30 AM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,604

Rep: Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960
Quote:
Originally Posted by hack3rcon View Post
I know but I like to ssh to bitbucket via Tor.
Your question was "Can I use Bitbucket with Tor?" The answer is "yes"

What you would *LIKE* to do past that wasn't addressed until, as usual, you tack on more of what you're wanting to do/try. As has been mentioned in other threads, having to pull little bits of information out, and you not ever really telling us what you're goals are is getting old.

Want to SSH into Git? Then read and follow the instructions: https://help.github.com/articles/con...thub-with-ssh/
 
1 members found this post helpful.
Old 12-10-2018, 12:55 AM   #5
hack3rcon
Senior Member
 
Registered: Jan 2015
Posts: 1,432

Original Poster
Rep: Reputation: 11
Quote:
Originally Posted by TB0ne View Post
Your question was "Can I use Bitbucket with Tor?" The answer is "yes"

What you would *LIKE* to do past that wasn't addressed until, as usual, you tack on more of what you're wanting to do/try. As has been mentioned in other threads, having to pull little bits of information out, and you not ever really telling us what you're goals are is getting old.

Want to SSH into Git? Then read and follow the instructions: https://help.github.com/articles/con...thub-with-ssh/
SSH and Git working via Tor but I can't use Bitbucket with Tor. Please see my command.
 
Old 12-10-2018, 01:05 AM   #6
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,717

Rep: Reputation: 2210Reputation: 2210Reputation: 2210Reputation: 2210Reputation: 2210Reputation: 2210Reputation: 2210Reputation: 2210Reputation: 2210Reputation: 2210Reputation: 2210
Quote:
Originally Posted by hack3rcon View Post
SSH and Git working via Tor but I can't use Bitbucket with Tor. Please see my command.
Once again, you are not explaining what's not working. "can't use" doesn't tell us anything about what problem you're having, which makes it impossible to help.

There's no command here...if you mean the command in your OP, the problem is very clearly that DNS cannot resolve the host name. That's not surprising, considering that you've tacked on a path to the host name. Have you tried connecting using the correct ssh syntax? Have you read and followed the directions in the link TB0ne posted?
 
1 members found this post helpful.
Old 12-10-2018, 07:04 AM   #7
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,604

Rep: Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960
Quote:
Originally Posted by hack3rcon View Post
SSH and Git working via Tor but I can't use Bitbucket with Tor. Please see my command.
You have not posted any 'commands', given any details, or shown that you've tried anything. Putting "use bitbucket with tor" into Google will show you lots of things to try, start there. We're not going to keep guessing as to what your actual goals are, or try to get details out of you. Either post a clear question with details, or there's not much point in posting.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Tor Browser Bundle/Tor and IPTables: Solution Needed Nonetas Linux - Networking 3 03-01-2018 11:27 PM
Tor Browser Bundle/Tor and IPTables: Working Solution Sought Nonetas Linux - Security 1 01-14-2018 06:23 PM
LXer: Tails 2.6 Anonymous Linux Live CD Is Out, Brings Tor 0.2.8.7 and Tor Browser 6.0.5 LXer Syndicated Linux News 0 09-21-2016 01:32 AM
git organization with two users using bitbucket Meson Programming 0 11-01-2011 01:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration