Results 1 to 2 of 2

Thread: RDP through SSH tunnel from Android phone

  1. #1
    sandman_1's Avatar Poster
    Join Date
    Aug 2010
    Location
    Somewhere
    Posts
    519
    Software needed:

    1. A SSH Server for Windows (ex. WinSSHD which is free for home users)
    2. ConnectBot app for phone (free)
    3. 2X Client app for phone (free)

    Why remote connect into Windows this way? If you are behind a router, you can still block the RDP port 3389 and still get into your Windows machine remotely, which makes it more secure. Also since you are going through a SSH server, you connection is encrypted from the get go. All data, control, and commands are encrypted with the secure tunnel you have created.

    Directions:

    1. Install and Setup SSH server on Windows machine. (change default port to something else besides 22 and use pub/priv key authentication for better security) [Need help with this step, PM me]

    2. Install 2X Client and ConnectBot on phone

    3. Open ConnectBot and Select SSH type and enter User@SSHServeraddress:SSHPort and then press "enter" (if using key auth, first import pub key and unlock it before connecting)


    2012-03-25_12-14-12.jpg 2012-03-25_12-14-20.jpg


    2012-03-25_11-45-55.jpg


    4. Once connected, press "menu" and select "port forwards" option


    2012-03-25_11-57-23.jpg


    5. Press "menu" again and select "add port forward" ( The ones in yellow are ones I already have setup. The 1st one is for my proxy, which is my SSH server on PC. The other is for RDP through SSH server on PC.)


    2012-03-25_11-57-45.jpg


    6. Enter a name for your port forward of your choosing. Select type as local, Source Port as 3389, and Destination as 127.0.0.1:3389 and save it


    2012-03-25_11-57-56.jpg


    7. Leave ConnectBot running in background and open 2X client now and select "add" and "Terminal Server Connection"


    2012-03-25_12-24-14.jpg 2012-03-25_12-24-20.jpg


    8. For Alias enter any name of your choosing. Set server to 127.0.0.1, port 3389, User name to Windows account. Press menu and select save.


    2012-03-25_12-24-32.jpg 2012-03-25_12-30-32.jpg


    Try initiating a RDP connection with 2X Client. If everything goes well, you should be seeing the Winlogon screen (Top left corner showing Connectbot and 2x Client running.)


    2012-03-25_12-33-28.jpg
    Last edited by sandman_1; 03-25-2012 at 04:43 PM.
    Who needs cloud storage when you got the NSA?

  2. Guides and Tutorials   -   #2
    sandman_1's Avatar Poster
    Join Date
    Aug 2010
    Location
    Somewhere
    Posts
    519
    Just added some visuals so people can understand better on what to do.
    Who needs cloud storage when you got the NSA?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •