We are using bamboo 6.10 version 6.10.2 build. SCP and SSH worked from command line from Bamboo agent(RHEL6 server) Failed to connect to host net.schmizz.sshj.userauth.UserAuthException: E...
- step: name: Copy code2 #problem z git pull dla ubuntu script: - pipe: atlassian/ssh-run:0.8.1 variables: SSH_USER: 'root' SERVER: $S...
I have the code in gitlab. I want to clone the code in gitlab via ssh and another server via ssh. I can clone the code by typing the command, but is it possible to have SourceTree recognize the l...
Trying to connect to our SSH server and having trouble: keep getting "Operation timed Out" My network team tells me we have allowed atlassian IPs Tried atlassinan ip ranges = true Do I n...
Hello, I am on Sourcetree 4.2.10 and MacOS 15.1. I am trying to connect my Github account. I have an existing id_25519 ssh key that is added to my apple keychain and works perfectly in terminal. S...
A request to the maker: is it possible to update the docker image to contain a newer version of NodeJS? Currently it uses v12 which is of course quite old :(
I put all the ip in https://support.atlassian.com/bitbucket-cloud/docs/what-are-the-bitbucket-cloud-ip-addresses-i-should-use-to-configure-my-corporate-firewall/ but nothing change... pipeline re...
Hi, I've followed the guidelines for setting up multiple SSH keys in bitbucket but it doesn't work. Here is my setup ~/.ssh/config Host github.com IdentityFile ~/.ssh/github IdentitiesOnly y...
...nd I receive the message "Already up to date." However, other times, the connection resets, and I cannot pull updates from the repository. Here are some examples of the output: x@server1:/public...
Guys, please, spare my sanity. I'm trying to run a curl command with atlassian/ssh-run:0.8.1 as follows to no avail: curl --request POST --url https://api.cloudflare.com/client/v4/zones/$C...
...hat? Is there an Add on to tell Jira Cloud to use SSH connection to internal Systems? Is it in general possible to do that?
- step: &restoreDefaultDatabase name: 'Deploy to Environment' script: - pipe: atlassian/ssh-run:0.8.0 variables: SSH_USER: $R...
I'm using a Bitbucket Pipeline to deploy to a cPanel account using SSH. I have an initial build step that generates a `dist` folder with files. Once I SSH into the cPanel account, I need to k...
Hello, I am trying to create a python virtual environment and install private packages with SSH protocol from requirements.txt file. Its content looks like this: package1 @ git+ssh://git@b...
I'm trying to run my backend app on ec2 instance with ssh-run pipe. Pipeline is executing successfully but 'run_app.sh' has never been executed. Here is my yml definition: i...
...ettings/ssh-keys/ there's a key there that is called "Default public key for iMac" and it has last been used mid April of this year. Please help me resolve this problem, and push my committed c...
Hello, I would like to clone a snippet on a Linux server using SSH. When trying to clone a snippet using SSH, I get: accessing snippet via an access key is not supported f...
I'm having difficulty getting multiple ssh keys to work with rsync-deploy. I was able to get this working with one key, imported into Bitbucket but when I tried to configure it to work with m...
Hi guys, Is there any ssh-run alternatives for Linux? We use self-hosted runners for linux.arm64 platform and ssh-run is not option for us because the pipe is not compatible with arm64 p...
hello i am trying to push files from bitbucket to an aws lightsail instance. I am using rsync in my pipeline file. I have set up a specific user and added the repository public ssh key to the a...
...everal different forums and articles both on bitbucket.org and other places. I have uploaded my public key using the web interface -> cog icon -> personal bitbucket settings -> ssh keys I h...
verbose log shows connection established: GIT_SSH_COMMAND="ssh -vvv" git clone --depth=1 ssh://git@bitbucket.org/gop/tests.git Cloning into 'tests'... OpenSSH_9.2p1 Debian-2+deb12u1, OpenSSL 3.0...
I need to get sourcetree connected to my bitbucket account. I have been trying to set up SSH. I use PuttyGen on my Windows laptop. Generate a key. Copy the public key to my bitbucket a...
Hi, I'm trying to set a ssh pipeline (atlassian/ssh-run:0.7.1) to execute a deployment script on my server. I generated a pair of private/public key in my bitbucket repo. The public one is a...
I have an SSH key found on a host while performing an audit. It has permission to read/write to repositories. I would very much like to know which Bitbucket user is associated with this SSH key so I...
Copied to clipboard