Any idea why I am unable to connect using ssh into Bluemix virtual machines for days ?
Tried several VMs over few days
It seems the machines public IP addreeses are nto connected to VMs?
$ ssh -vvv -i ~/.ssh/id_rsa ibmcloud@129.41.135.88 OpenSSH_6.9p1, LibreSSL 2.1.7 debug1: Reading configuration data /Users/aslom/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 20: Applying options for debug1: /etc/ssh/ssh_config line 102: Applying options for debug2: ssh_connect: needpriv 0 debug1: Connecting to 129.41.135.88 [129.41.135.88] port 22. ^C
$ ping 129.41.135.95 PING 129.41.135.95 (129.41.135.95): 56 data bytes Request timeout for icmp_seq 0 Request timeout for icmp_seq 1 ^C
etc.
here are mocahines
ics5 Public IP: 129.41.135.88 Image: Ubuntu 14.04 Running
ics6 Public IP: 129.41.135.94 Image: Ubuntu 14.04 Running
ics7 Public IP: 129.41.135.95 Running
Still the same results after more rebooting
$ date Fri Nov 13 10:32:46 EST 2015
$ ssh -vvv -i ~/.ssh/id_rsa ibmcloud@129.41.135.88 OpenSSH_6.9p1, LibreSSL 2.1.7 debug1: Reading configuration data /Users/aslom/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 20: Applying options for debug1: /etc/ssh/ssh_config line 102: Applying options for debug2: ssh_connect: needpriv 0 debug1: Connecting to 129.41.135.88 [129.41.135.88] port 22. debug1: connect to address 129.41.135.88 port 22: Operation timed out ssh: connect to host 129.41.135.88 port 22: Operation timed out
$ ssh -vvv -i ~/.ssh/id_rsa ibmcloud@129.41.135.94 OpenSSH_6.9p1, LibreSSL 2.1.7 debug1: Reading configuration data /Users/aslom/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 20: Applying options for debug1: /etc/ssh/ssh_config line 102: Applying options for debug2: ssh_connect: needpriv 0 debug1: Connecting to 129.41.135.94 [129.41.135.94] port 22. debug1: connect to address 129.41.135.94 port 22: Operation timed out ssh: connect to host 129.41.135.94 port 22: Operation timed out
$ ssh -vvv -i ~/.ssh/id_rsa ibmcloud@129.41.135.95 OpenSSH_6.9p1, LibreSSL 2.1.7 debug1: Reading configuration data /Users/aslom/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 20: Applying options for debug1: /etc/ssh/ssh_config line 102: Applying options for debug2: ssh_connect: needpriv 0 debug1: Connecting to 129.41.135.95 [129.41.135.95] port 22. debug1: connect to address 129.41.135.95 port 22: Operation timed out ssh: connect to host 129.41.135.95 port 22: Operation timed out
Still no luck - maybe something with VM setup? Firewall when VM is created does not allow SSH?
I ran out of ideas ....
Alek, have you opened a Bluemix ticket about this?
https://developer.ibm.com/bluemix/support/#support
I do not get any response from your VMs and need a little more information.
If you could include your username and your org/space IDs in the ticket, that would help us.
Let me know if you already have one opened and it hasn't reached us, I'll hunt it down.
Thanks,
-Chris
Answer by Alek (84) | Nov 17, 2015 at 04:07 PM
Fixed by modifying Manage Security Group Rules: default Security Group Rules
Direction Ether Type IP Protocol Port Range Remote Actions
Ingress IPv4 TCP 22 (SSH) 0.0.0.0/0 (CIDR)
One more note: to find Horizon Dashboard link you need to start new VM and then look at the bottom of page and form there you can set security groups - that was very non-obvious to me ...
My Bluemix VM (debian) is no more accessible using ssh. (Network not reachable). Please Help 3 Answers
My instance is no more accessible using ssh 2 Answers
Migrating VM between US-South and UK region 2 Answers
bluemix virtual machine (VM) beta: significant (72%) packet loss 1 Answer
I cannot connect to my VM 1 Answer