I have Ubuntu on my vbox running OpenSSH . How to access it from another guest OS that runs Windows 7?

link|improve this question
feedback

1 Answer

You can use putty to get ssh access to the ubuntu box, or FileZilla to get sshfs access to it.

Download putty and tell it the Ubuntu's IP address.

link|improve this answer
Before I could access it from my host os I had to map guest port 22 to my 2222, but how to do that on guest Windows 7? – Veli Sep 13 '11 at 14:13
There should be a port setting in the putty program you can change to 2222 – jmreicha Sep 13 '11 at 15:28
2  
I'd recommend using bridged networking it will put both guests on the same subnet as your host – Stephen Martin Sep 13 '11 at 15:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.