I have created a virtual server which is under the Infrastructure category of the IBM Bluemix. When I go to the Bluemix portal I can see that the Virtual Server is running and is in connected state. Virtual Server is running the CoreOS. Now I want to connect to this server remotely using my laptop. I created SSH keys in my local machine and added the Public key to the Bluemix. And then I tried to connect remotely using ssh to the Virtual Server with its private key file. But I couldn't connect. It gives a connection refuse error. Is there anyone who have connected to a virtual server like this or know about this?
Need to connect to my IBM Bluemix Virtual Servers from my laptop (Using ssh or any remote connecting method)
822 Views Asked by SachinD At
1
There are 1 best solutions below
Related Questions in IBM-CLOUD
- difference between IoT Foundation and Node-RED?
- Single Sign On service hangs when configuring it
- Error when adding a new build stage on Bluemix DevOps Services
- How to logout from Bluemix Single Sign On service?
- How to add users to Cloud Directory via API?
- node.js processing a form with Node.js Cloudant DB Web Starter
- How to gain authorization to perform requested action, specifically create an instance of a service in Bluemix?
- Insights for Twitter service in IBM Bluemix: Search case-sensitive string and other questions
- What file formats are supported by Watson Speech to Text in Bluemix
- Service broker error when adding Single Sign On service
- Example of using dashdb out node in Node-RED
- The links in the Bluemix confirmation email do not work
- Does Bluemix include a JBoss runtime?
- How to write query to my Cloudant database?
- Bluemix Single Sign On service: Node.js code for getting the currently logged in userid?
Related Questions in SSH-KEYS
- phpseclib of how to get PID and kill
- Working on two different Git Organization repos using two different credentials in proxy mode
- Run shell script inside a container
- Atlassian Stash - Permission Denied (publickey)
- SSH asking for password in Bluemix
- What is the best place to store my private keys?
- SSH connection on ec2
- How are docker-machine certs used?
- Satis - specify SSH key to git server
- How do you rsync build files from Gitlab CI to another server
- PM2 (Node.js) deploy - Host key verification failed
- Does an OpenSSH agent keep the unencrypted key or the passphrase in memory?
- Tell git which SSH config file to use
- How can a HDInsight cluster using SSH public key be visible to multiple users?
- Composer prompting me for key
Related Questions in IBM-CLOUD-INFRASTRUCTURE
- Copied ssl cert to a test site, how do I remove it?
- SoftLayer API version 3.x
- SoftLayer Account Lockdown Request
- How to use object filter with softlayer rest api?
- How to create virtual server using standard template softlayer using rest api?
- How to set CPU number and its cores when I create a Virtual Server
- Softlayer API get load balancer destinationIpAddress
- Not able to cancel vlan using softlayer api
- SoftLayer createFirmwareUpdateTransaction seems to ignore my input
- Softlayer API: Global IP Routing not working with ipv6
- SoftLayer Virtual Guest host Status list
- unable to find softLayer api to cancel the primary vlans
- SoftLayer API doesn't recognize new Datacenter (osl01)
- How to Use getMaintenanceWindows method by using a SoftLayer REST API
- Updating a directory object changes the Content-Type as "application/x-www-form-urlencoded"
Related Questions in COREOS
- Use custom docker binary in CoreOS
- Docker: getcwd: cannot access parent directories
- CoreOS Partial Cluster Update
- docker is using the v1 registry api when it should use v2
- CoreOS: fleetctl status shows service inactive, while container is up
- Coreos install stop on "Fetching user-data from datasource"
- Why is my systemd unit not reading env variables properly?
- Coreos on hyper-v, failed to start switch root
- How to launch a docker with fleet given a dockerfile?
- What is the best practices of using Docker for front end development on OS X and passthrough ENV from host to container
- Where should I keep service files for a CoreOS cluster, and how should I load them?
- VMWare VIC (Photon OS + Docker) vs CoreOS + Docker
- calico-policy-container on the worker node is on a restart loop. how can i check why?
- calico-policy-controller requests etcd2 certificates of a different coreos server
- Why isn't gcloud available to /usr/bin/sh on Google Compute Engine instances?
Related Questions in VIRTUAL-SERVER
- Need to connect to my IBM Bluemix Virtual Servers from my laptop (Using ssh or any remote connecting method)
- Copying file from Desktop to Virtual Server LINUX
- Send / Receive Emails through external VServer with Plesk?
- How does RunKit make their virtual servers?
- www redirect to non www for all domain hosted
- PHP script makes my website inaccessible for that user
- Using Amazon AWS as a development server.
- phpInfo: What does "Virtual Server" refer to?
- How can I connect to IBM Cloud virtual server instances that have no public IP addresses?
- why is apache virtual server is not running
- Two router setup with public ip to allow port forwarding
- How to migrate a Virtual Server from one account to another
- Softlayer Virtual Guest - Invalid value provided for tags
- Subdomain not working on Apache2/Debian9
- Virtual machines VS Virtual Servers
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
CoreOS uses the
coreuser instead ofroot, did you specify that?