Tutorials Create Server & Using SSH Tunneling ( Linux & Windows)

FSBOT

I am Bot
Administrator
Today i will show you how to install a SSH tunneling server . with SSH tunneling server you can tunnel your connection to your vps similar to VPN . ssh tunneling is really popular in my country (indonesia) for getting free internet by using http header injection method with ssh mostly using application known as "http injector " basically its the way to make your opeartor think that you are in website that is qualified as quota free but in reality you are in another different website . without further a do lets install the SSH tunneling serveri will show you how to install a SSH tunneling server . with SSH tunneling server you can tunnel your connection to your vps similar to VPN . ssh tunneling is really popular in my country (VPN . ssh tunneling is really popular in my country (indonesia) for getting free internet by using http header injection method with ssh mostly using application known as "http injector " basically its the way to make your opeartor think that you are in website that is qualified as inquota free but in reality you are in another different website . without further a do lets install the SSH tunneling serverlets

Linux VPS
This tutorial is for linux vps . if you have windows vps please follow another instruction for windows vps in the bottomvps . if you have windows vps please follow another instruction for windows vps in the bottomlinuxvps . if you have windows vps please follow another instruction for windows vps in the bottomvps . if you have windows vps please follow another instruction for windows vps in the bottom
BEFORE INSTALLING MAKE SURE YOUR VPS PROVIDER ALLOW SSH TUNNELING

1.Log in to your VPS using ssh client like putty for in to your VPS using ssh client like putty for examplein to your VPS using ssh client like putty for example

XNcAhC_VT9CoEeugqj0IFA.png


2.Login to your vps and type this command to install dropbearvps and type this command to install dropbearvps and type this command to install dropbearvps and type this command to install dropbear
Code:
Code:
Code:
Debian/Ubuntu : sudo apt-get install dropbear
CentOS/Redhat : yum install dropbear

3.after you succesfully install dropbear go to dropbear setting by using this commandsuccesfully install dropbear go to dropbear setting by using this commandsuccesfully
Code:
Code:
Code:
nano /etc/default/dropbear
if it say nano not found you need to install nano by using "apt-get install nano"

ckPkvMsGRei02IxK7Qmftg.png

4.edit the configuration depending how you want itdepending how you want it

[terminal]

# disabled because OpenSSH is installed
# change to NO_START=0 to enable Dropbear
NO_START=0IF ENABLED DROPBEAR WILL NOT START AUTOMATICALLY WHEN VPS IS STARTED
# the TCP port that Dropbear listens on
DROPBEAR_PORT=443Default Port . if you have web server change it to anything elsePort . if you have web server change it to anything else

# any additional arguments for Dropbear
DROPBEAR_EXTRA_ARGS="-p 109 -p 110"if you want to add another port you need to put it in here with -p port
[/terminal]

5.add /bin/false to shell to enable user without shell access with this commanduser without shell access with this commandcommanduser
Code:
Code:
Code:
echo "/bin/false" >> /etc/shells

6.now add a new dropbear user by using this commanddropbear user by using this commanddropbear
Code:
Code:
Code:
useradd -m -s /bin/false username
Example : useradd -m -s /bin/false humanpuff69

7.give the dropbear user a password by using this commanddropbeardropbear
Code:
Code:
Code:
sudo passwd username
Example : sudo passwd humanpuff69

and now your linux ssh tunneling server is ready . if you want to know how to connect to the server go to the bottom after the windows vps tutoriallinux . This method I use less .

Windows VPS
This tutorial is for windows vps . if you have windows vps please follow another instruction for linux vps before this instructionvpsvps
BEFORE INSTALLING MAKE SURE YOUR VPS PROVIDER ALLOW SSH TUNNELING

1.Connect to your windows vps using RDPvps using RDP

9LjXjqcCRZOvTKdn7azCGQ.png

2.Download Bitvise SSH Server |Click here to download from the official link
3.Install the Bitvise SSH Server . and choose Personal edition Personal

FqsBOq1sS2u9Qm2YKqIjBQ.png

wAYkC0KLQRi5AFREn6kPjw.png


Code:
Code:
Enable Firewall to allow all computer to connect
Make a new virtual user and set it with password and also allowing it to use forwarding feature
start the server

4.Follow the image tutorial . Here basically what you need to do

Code:
Code:
Enable Firewall to allow all computer to connect
Make a new virtual user and set it with password and also allowing it to use forwarding feature
start the server

[font="Droid Sans", sans-serif][/font][font="Droid Sans", sans-serif]http://i.imgur.com/vupU0w2.png[/font]and now your windows ssh tunneling server is ready . if you want to know how to connect to the server go to the bottom





Connecting to your SSH Tunneling server
there are many ways to connect to ssh server . for android the most popular one is http injector . if you use windows pc you can use bitvise ssh client here how to connect

1.Enter the ssh detail

Code:
Code:
Server: your vps ip
Port : Dropbear Port that you set earlier
Username : dropbear username that you created before or use root to use your root account to connect
password : your dropbear username password or root password if you use root account to login


( From the next time, you do not need to manipulate the steps above. You just open Bitvise and enter SSH, "Username" and "Password" and then Login. The last two operations you do not necessarily do as well
ugIZp8z9Rf2c9BjNWpucRQ.png

2.after connected to the ssh server . enable socks proxy forwarding in bitvise ssh client

J178vDtJTb2wmtLuQsjtGQ.png

3.now set your browser proxy setting to match the bitvise socks setting
LO2ne5Q2RVSg8CKHh10Rew.png

thatsit for the SSH Tunnelingtutorial .hope it useful for you

I use this method. Almost every day I use it. Who needs guidance or need SSH please comment under the article, I will reply soon


If you download Bitvise please load the latest product. This is a download link for the customer, such as me : https://dl.bitvise.com/BvSshClient-Inst.exe . Here is the download link for those who install the SSH server:
https://dl.bitvise.com/BvSshServer-Inst.exe

* The article is sketchy, and there are many bugs, expect everyone not to laugh, Anon do not take this topic offline. Because I see our forum less information on SSH connection, RDP, ... I hope those who have information on the topic cloud server, or SSH thread, RDP, please share it. Thanks