You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hello everyone.
I am at client s location and I can t acces to my repository.
The problem will be with ssh connections.
The client s connection has a proxy and I don t know how to configure it in git.
What can I do?
Thanks
Hi Cézar,
It seems the port 22 is not accessible and/or you don't have ssh daemon installed/running.
Could you have a look if port 22 is open, please? As well as that, have a look if the ssh daemon is currenctly running. If not, please start it and try to run your ssh request once again, please.
ssh has 2 main components:
ssh is pre-enabled on Linux, but in order to start sshd daemon, we need to install ssh first. Use this command to do that:
$ sudo apt-get install ssh
This will install ssh on your machine. In order to check if ssh is setup properly do this:
$ which ssh
It will throw this line on your terminal
/usr/bin/ssh
$ which sshd
It will throw this line on your terminal
/usr/bin/sshd
Kind regards,
Rafael
Hello all! It has been 20 years since the agile manifesto was introduced, and closer to 40 years since software development began moving away from a waterfall-type approach. While many teams have ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.