Bluemix VM can't connect via SSH


Howard Liu

As my thread states, I can't connect to the server via ssh, but I can connect to the server via Horizon.

My region is USA. I tried CentOS 7 and Ubuntu 14.10 provided by Bluemix. I use a security group to enable all data (either ipv4 or ipv6, whatever protocol).

When I connect to it using putty, the server closes my connection.

Does anyone have an idea on this issue?

Knowledge point

Can you try ssh with the -v option in the command line and paste the output of the following command?

ssh -v -i ibmcloud @

This will explain why the connection was closed.

Related


Bluemix VM can't connect via SSH

Howard Liu As my thread states, I can't connect to the server via ssh, but I can connect to the server via Horizon. My region is USA. I tried CentOS 7 and Ubuntu 14.10 provided by Bluemix. I use a security group to enable all data (either ipv4 or ipv6, whateve

Can't connect to bluemix container via SSH key

tpeg5stan I'm currently trying to use bluemix container service (beta) When I want to create a new container, I follow the steps below, just choose the name and the port to open. I pasted SSH and I ended up with the error : "Cannot create container. Error mess

Can't connect to bluemix container via SSH key

tpeg5stan I'm currently trying to use bluemix container service (beta) When I want to create a new container, I follow the steps below, just choose the name and the port to open. I pasted SSH and I ended up with the error : "Cannot create container. Error mess

Can't connect to github via ssh

Benjamin I am trying to clone one of my repositories on github from my newly installed linux machine running manjaro with fluxbox. I set user.name and user.email and uploaded the correct ssh key. but I always get The authenticity of host 'github.com (192.30.25

Can't connect to MySQL via SSH

Honest person I am running a Node Express website on my local OS X machine. I need to ssh to a remote mysql database so I can start writing queries against it. Now when I do this through the OS X Yosemite terminal, I can switch it to a remote server (running a

Can't connect to mysql via ssh

Jenny Turnison I'm trying to connect to a MariaDB database (v 5.5.52) running on port 3306 on a CentOS (v 7.3.1611) machine The server's port 3306 is firewalled ( telnet mysite.com 3306timeout) for security reasons Because I can ssh into the server via the con

Can't connect to MySQL via SSH

Honest person I am running a Node Express website on my local OS X machine. I need to ssh to a remote mysql database so I can start writing queries against it. Now when I do this through the OS X Yosemite terminal, I can switch it to a remote server (running a

Can't connect to github via ssh

Elena Ep I have created the key and put the public key into my github account. Then ~/.sshI created the following config file in it: Host github HostName [email protected] IdentityFile ~/.ssh/id_rsa2.pub when i do ssh github ssh: Could not resolve hostname g

Can't connect to GitLab via SSH

Ilya Berdzenishvili First, I created the ssh key pair with the following command: ssh-keygen -o -t rsa -b 4096 -C "[email protected]" Then I added the contents of the id_rsa.pub file to my GitLab config file. However, when I try to test that the SSH keys are

Can't connect to Bitbucket via SSH in Jenkins

kar I'm trying to create a tag via Jenkinsfile and then push it to a remote repository connected via ssh. for reference: Use a single pipeline in Jenkins. I have webhooks setup in bitbucket that triggers a build in Jenkins whenever I push code. If I connect vi

Can't connect to Bitbucket via SSH in Jenkins

kar I'm trying to create a tag via Jenkinsfile and then push it to a remote repository connected via ssh. for reference: Use a single pipeline in Jenkins. I have webhooks setup in bitbucket that triggers a build in Jenkins whenever I push code. If I connect vi

Can't connect to github via ssh

Benjamin I am trying to clone one of my repositories on github from my newly installed linux machine running manjaro with fluxbox. I set user.name and user.email and uploaded the correct ssh key. but I always get The authenticity of host 'github.com (192.30.25

Can't connect to MySQL via SSH

Honest person I am running a Node Express website on my local OS X machine. I need to ssh to a remote mysql database so I can start writing queries against it. Now when I do this through the OS X Yosemite terminal, I can switch it to a remote server (running a

Can't connect to another computer via SSH

Endene I can ssh from a PC (running Ubuntu 16.04) to the xubuntu system installed in the virtual box: ssh [email protected] Later, on the same computer (xubuntu), I executed the following commands to enable FTP access: sudo ufw disable sudo iptables -F Now,

Can't connect to ssh via python

BruhHacker_269 So I just set up a new raspberry pi and want it to use ssh for python communication from my computer to the ssh server pi. I first tried to connect using putty and it worked, I could do all the commands I wanted, then I tried using libraries lik

Can't connect to GitLab via SSH

Ilya Berdzenishvili First, I created the ssh key pair with the following command: ssh-keygen -o -t rsa -b 4096 -C "[email protected]" Then I added the contents of the id_rsa.pub file to my GitLab config file. However, when I try to test that the SSH keys are

Can't connect to Bitbucket via SSH in Jenkins

kar I'm trying to create a tag via Jenkinsfile and then push it to a remote repository connected via ssh. for reference: Use a single pipeline in Jenkins. I have webhooks setup in bitbucket that triggers a build in Jenkins whenever I push code. If I connect vi

Can't connect to Raspberry Pi via SSH

cy8g3n I made an image of Raspbian on SD and am now trying to connect to it via SSH. The problem that PuTTY returns is always "Connection timed out". I'm using Windows 8.1 and connected to the internet via Wi-Fi. The PC is directly connected to the Raspberry P

Can't connect to MySQL via SSH

Honest person I am running a Node Express website on my local OS X machine. I need to ssh to a remote mysql database so I can start writing queries against it. Now when I do this through the OS X Yosemite terminal, I can switch it to a remote server (running a

Can't connect to forwarded port via SSH

Josh Barton I have two servers. Server 1 has access to the Oracle instance on the server that I have access to but cannot SSH into. I want to use SSH port forwarding to connect from server 2 to server 1 and from there to the Oracle instance. I have it set Gate

Can't connect to Gitlab via SSH

Bonhof I have a gitlab ce image running via docker-compose gitlab: image: 'gitlab/gitlab-ce:latest' restart: always environment: GITLAB_OMNIBUS_CONFIG: | external_url 'https://gitlab.theboohers.org' # Add any other gitlab.rb c

Can't connect to github via ssh

Elena Ep I have created the key and put the public key into my github account. Then ~/.sshI created the following config file in it: Host github HostName [email protected] IdentityFile ~/.ssh/id_rsa2.pub when i do ssh github ssh: Could not resolve hostname g

Can't connect to Bitbucket via SSH in Jenkins

kar I'm trying to create a tag via Jenkinsfile and then push it to a remote repository connected via ssh. for reference: Use a single pipeline in Jenkins. I have webhooks setup in bitbucket that triggers a build in Jenkins whenever I push code. If I connect vi

Can't connect to Bitbucket via SSH in Jenkins

kar I'm trying to create a tag via Jenkinsfile and then push it to a remote repository connected via ssh. for reference: Use a single pipeline in Jenkins. I have webhooks setup in bitbucket that triggers a build in Jenkins whenever I push code. If I connect vi

Can't connect to GitLab via SSH

Ilya Berdzenishvili First, I created the ssh key pair with the following command: ssh-keygen -o -t rsa -b 4096 -C "[email protected]" Then I added the contents of the id_rsa.pub file to my GitLab config file. However, when I try to test that the SSH keys are

Can't connect to MySQL via SSH

Honest person I am running a Node Express website on my local OS X machine. I need to ssh to a remote mysql database so I can start writing queries against it. Now when I do this through the OS X Yosemite terminal, I can switch it to a remote server (running a

Ansible - Can't connect to host via ssh

Nicole B I am trying to provision an EC2 instance and install a LAMP server on it using Ansible from localhost. I have successfully configured the instance but cannot install apache, php and mysql due to this error "Cannot connect to host via ssh". OS: El Capi

Can't connect to another computer via SSH

Endene I can ssh from a PC (running Ubuntu 16.04) to the xubuntu system installed in the virtual box: ssh [email protected] Later, on the same computer (xubuntu), I executed the following commands to enable FTP access: sudo ufw disable sudo iptables -F Now,

Can't connect to github via ssh

Benjamin I am trying to clone one of my repositories on github from my newly installed linux machine running manjaro with fluxbox. I set user.name and user.email and uploaded the correct ssh key. but I always get The authenticity of host 'github.com (192.30.25