MindTouch Developer Center > MindTouch Deki > User Manual > Accessing VM root Directory

Accessing VM root Directory

Table of contents
No headers

If you want to access the root directory of Deki Wiki VM you can do so via the following options:

1-With VMware Player
When your wiki has completely booted, a login screen is displayed into VMware player
click inside this window to be able to input something
enter your login = root
enter your password = password
You are now logged and you can launch any Linux command you want
Be aware of the keyboard you use! The VM is configured with an US "QWERTY" keyboard, and when using my french "AZERTY" keyboard I must type pqsszord and not password
You can change this keyboard and language configuration if you want (look for dpkg-reconfigure console-data and dpkg-reconfigure locales)

2-With an external terminal session emulator
My preferred solution! You can have a full screen session, scroll bar, ...
You can use Putty (downloadable here)
The root login via putty (ssh) only works if you enable PermitRootLogin in your /etc/ssh/sshd_config.
Create a connection with IP address of your VM
Choose ssh protocol (port 22)
Click on Open button and a telnet Window is displayed (login=root, password=password)
The keyboard problem mentioned above doesn't exist here (you can enter "password" normally) 
 

3-With SFTP transfer (verified)
(*Requires working SSH access.
Info here*)
You can also make a connection to your VM with an SFTP client (Secure FTP).
Connect, transfer VM files locally, use them locally, then transfer them again into VM. 

I suggest you to use Filezilla client (downloadable here)
To configure access to your Hayes machine, create a site configuration with the following parameters :
Host = w.x.y.z (IP address of your wiki, example 192.168.0.5)
Port = 22
Server type = SFTP using SSH2
Authentication type = normal
User = root
Password = password

If this transfer does not work, please verify these points:
- root access is allowed (you must modify /etc/ssh/sshd_config file)
- you have selected a SSH transfer type (and not a normal FTP transfer)
- read again all the previous lines and the associated links ;-)

  

4-With FTP transfer
First install and configure proftpd using this guide:  How do I...Connect to deki using FTP?

Then connect to your VM using the following parameters:
Host = w.x.y.z (IP address of your wiki, example 192.168.0.5)
Port = 21
Server type = FTP
Authentication type = normal
User = root
Password = password


5-You can use shared directories proposed by VMware player, or Samba

 

Tag page
Viewing 3 of 3 comments: view all
The root login via putty (ssh) does only work if you enable PermitRootLogin in your /etc/ssh/sshd_config.
Posted 03:10, 4 Sep 2007
FTP access using root does not work.
Posted 19:28, 28 Sep 2007
I can't seem to get the FTP access to work either.
Posted 10:24, 20 Nov 2007
Viewing 3 of 3 comments: view all
You must login to post a comment.
Powered by MindTouch Deki Enterprise Edition v.8.08 RC2