problem with ssh connection with ubuntu VM machine


7 Answer(s)


hi Naveen,

Follow these steps to transfer files between windows and Ubuntu. Goto the Virtual box, select Ubuntu VM and goto "SEttings" -> Network -> Adapter2 -> Select "Host-only Adapter" under "Attached-to" and select "VirtualBox hostonly Ethernet adapter" under "Name".

Now start the Ubuntu VM , login as root and execute "ifconfig". In the output you will find something as "eth1" , and you can see an IP in "inet addr:" take this ip and do ssh from the putty and transfer the files.

Another easy method is to use a tool called curl on ubuntu, something like

curl -O http://url....

Thanks

Hi,

I could able to execute ifconfig command and get VM machine ip address. Then I tried to connect with WINSCP by giving ipaddress as host name and username/password. But it still unable to connect with VM. Please help me to connect winscp or other alternative to connect with VM. This way only I can move haddop tar to VM.

Thanks


WINSCP always giving network connection error.

hi Naveen,

Please follow the steps provided in this video http://goo.gl/hcje43

Thanks

Thanks ..I could able to connect with winscp to ubuntu machine

Thanks ..I could able to connect with winscp to ubuntu machine

Thanks ..I could able to connect with winscp to ubuntu machine