New SSH Connection Error

Sysprogs forums Forums VisualGDB New SSH Connection Error

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #714
    dvdevore
    Participant

    Hi,

    I get the following error when trying to setup the ssh connection in VS2010 from my windows host to my Ubuntu VM running in Virtual Box:
    Cannot connect: No connection could be made because the target machine actively refused it 10.220.4.62:22

    I am completely new to Linux/Ubuntu and Visual GDB btw 😀

    Is there something that might need to be configured either in Virtual Box of in Ubuntu itself? I am able to ping the guest VM from my windows prompt, and I can also ping the host from the guest terminal.

    Thanks for any help

    #2871
    support
    Keymaster

    Hi,

    You need to install the SSH server on Ubuntu:

    sudo apt-get install openssh-server
    sudo service ssh start
    #2872
    dvdevore
    Participant

    That did it. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.