Apart from accessing files on your Quickstart VirtualBox through the 'shared' folder it may be useful to have access through SSH. Using a ftp-client you then have direct access to your Quickstart Vb from your host. This way you could for instance easily edit .css files while theming.

It took me only 2 steps:

Prerequisite: you have Bridged Networking configured, see #789006: 3a) Remote Access Quickstart: Bridged Networking

A) Install SSHD on the server, this is a deamon that handles SSH access to your server.
B) Use the right settings in FileZilla

Let's start:

A) Get and install the openssh-server

- Open the Terminal on your server and type:
sudo apt-get install openssh-server

- Reboot the server
sudo reboot

B) Set up FileZilla on your host using the following settings

- Host: the IP adress your server uses (check using 'ifconfig' in the Terminal)
- Port: leave empty
- Servertype: SFTP - SSH File Transfer Protocol
- Login type: Normal
- User: quickstart
- Password: quickstart

That's it! You now should be able to browse your Quickstart using FileZilla. If you have an easier way to do it please let me know.

Comments

Argus’s picture

Setting up Bridged Networking: http://drupal.org/node/789006

MichaelCole’s picture

Added openssh-server to quickstart-3-lamp.sh

Needs page in handbook.

MichaelCole’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

atuline’s picture

I had to do a 'sudo apt-get update' before this would work with Quickstart 0.91.

Argus’s picture

Can't confirm this, used a fresh 0.9.1 install, ran "sudo apt-get install openssh-server" and was able to log in with FileZilla without problems.

corbacho’s picture

When I tried to ssh it was quite slow.. follow one these 2 tips http://www.turnkeylinux.org/blog/slow-ssh
and the prompt to enter the ssh password was instant:

* add "UseDNS no" to /etc/ssh/sshd_config
* add the client's net address to the server's /etc/hosts