Skip to main content

All Questions

Tagged with
4 votes
1 answer
2k views

How can I automatically upload code changes on a remote VM

My current works involves working on scripts running on a Ubuntu VM. For multiple reasons, I'm editing and committing project files on a local computer running Windows, and running them on a remote ...
Narrateur du chaos's user avatar
3 votes
4 answers
12k views

Can't access VMware virtual machine through SSH

I have got a VMware Server 2 on a CentOS 5.6 host. I can access my virtual machines from the host machine, but I can not access it from other machines. I have configured NAT port forwarding. But ...
bilal's user avatar
  • 31
9 votes
3 answers
15k views

How to configure static IP address for a Hyper-V VM (Ubuntu 19.10 Quick Create) to avoid updating ssh config after each reboot?

I'm using VS-Code remote development plugin to edit code on a hyper-v VM (which is a Ubuntu 19.10 - quick create) which is running on Windows 10 on my Laptop. The VM uses hyper-v's default switch for ...
Wlad's user avatar
  • 216
4 votes
1 answer
5k views

How to set default shell to WSL bash for SSHing from Windows 10 machine to another Windows 10 machine (VM)?

I am SSHing into a VM on the Windows command line and the WSL bash. However, each time I SSH into the Windows 10 VM (from my own Windows 10 local machine), it opens up the default Windows command ...
user12055579's user avatar
9 votes
5 answers
22k views

How to authenticate to a VM using Vagrant up?

Authentication failure during Vagrant Up, while vagrant ssh and ssh vagrant@localhost -p2222 works I would like to execute a shell script using Vagrant at boot. Vagrant is unable to Authenticate, ...
030's user avatar
  • 2,718
7 votes
1 answer
23k views

Virtual Box ssh not working on Virtual Box Ubuntu machine

I have Ubuntu 12.10 installed, and 12.04 Server set up in my virtual machine. My VM has internet access, and I can ping it from my host. ping symfony.dev # points to 192.168.56.101, and successful ...
Vlad Preda's user avatar
4 votes
2 answers
2k views

Unable to ssh to a Linux VM after a day

I have a machine running 4 VMs on it. There is one Fedora VM which is causing me some trouble. The IPs of the VMs are something like 10.100.100.* I have a Windows PC which is in the same network. It ...
bobby's user avatar
  • 553
2 votes
1 answer
151 views

How to SSH to s virtual machine from s Linux host?

I have a virtual machine which I launch using following code. kvm -m 2G -hda image.raw -hdb image.data.qcow2 -redir tcp:11180::80 How can I transfer files from a Linux host to the virtual machine?
ankit kumar's user avatar
1 vote
1 answer
981 views

how do I ssh from a vm to a private server through an ethernet cable?

A devbox has Windows 8.1 as the host OS running VirtualBox and a virtual machine with CentOS 7 for development. The devbox is connected to a CentOS 7 development server through an Ethernet cable. The ...
CodeMed's user avatar
  • 354
0 votes
1 answer
3k views

How to configure putty to ssh to multiple vm using same host

I am running two Hortonworks Sandbox 1.3 guest VMs (both running Centos 6) on a Windows 7 host. I am using Oracle VirtualBox 4.3.2 with host-only adapter added to each of the guest VMs in addition to ...
somnathchakrabarti's user avatar