>
> Backtrack is installed on a VM server to which I have no console access, so
> I must install via SSH.  Can you please point me to instructions for
> installation?
>

Hi,
no problem for installing via SSH.

Backtrack seems to be a distribution debian-based, so you can compile
xrdp directly on it.

Download latest git version using:
git clone git://xrdp.git.sourceforge.net/gitroot/xrdp/xrdp

then install debian dependencies:
apt-get install build-essentials automake autoconf libtool libx11-dev
libxfixes-dev

install vncserver:
apt-get install vnc4server

compile xrdp:
point to xrdp folder created by git clone (eg. cd xrdp)

./bootstrap
./configure
make
su - (or sudo su -)
make install

Now you should configure xrdp. But I will explain it as soon as you
have successfully compiled and installed it.

bye,
Nicola

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
xrdp-devel mailing list
xrdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xrdp-devel

Reply via email to