Post4VPS Forum | Free VPS Provider

Full Version: SSH Server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I would like to know your suggestions and feedback about this SSH Server.
Is it possible to make or create our VPS with same like this one? https://www.fastssh.com/
If yes do you have any guides or tutorials that I can read and test?

PS. Admins and Mods please remove or move my topic if I posted in wrong section or this kind of topic is not allowed.
for installing ssh you need a vps . or you can use your own pc technically

what you need for linux is dropbear or openssh . but for windows you need bitvise ssh server . the linux dropbear have better flexibility but the windows one is easier to use
if you want a web based inerface you can install ssh panel like OCS PANEL for example
(06-05-2017, 02:38 PM)humanpuff69 Wrote: [ -> ]for installing ssh you need a vps . or you can use your own pc technically

what you need for linux is dropbear or openssh . but for windows you need bitvise ssh server . the linux dropbear have better flexibility but the windows one is easier to use
if you want a web based inerface you can install ssh panel like OCS PANEL for example

I'm not sure if your familiar with HTTP injector, reason is I want to setup my own SSH server using a VPS and create a .EHI file to use and import the configuration to HTTP injector.
(06-05-2017, 06:46 PM)Vuluts Wrote: [ -> ]I'm not sure if your familiar with HTTP injector, reason is I want to setup my own SSH server using a VPS and create a .EHI file to use and import the configuration to HTTP injector.

i know http injector . it is the most used tool to get free internet in my country (indonesia) . http injector is basically injecting http request to make that the carrier think that you open a website that is qualified as website that doesnt consume data but in reality you access a totally different website . this free internet tactics really popular in my country and lot of people selling the configuration and ssh account
(06-05-2017, 07:32 PM)humanpuff69 Wrote: [ -> ]i know http injector . it is the most used tool to get free internet in my country (indonesia) . http injector is basically injecting http request to make that the carrier think that you open a website that is qualified as website that doesnt consume data but in reality you access a totally different website . this free internet tactics really popular in my country and lot of people selling the configuration and ssh account

Thats exactly what I'm trying to do. Instead of creating an account with SSH online which is only limited to 3 days (if im not mistaken). I want to create my own SSH server using VPS but don't have any idea which part do I start to work it properly. Do you know any guides that I can read?
(06-05-2017, 07:41 PM)Vuluts Wrote: [ -> ]Thats exactly what I'm trying to do. Instead of creating an account with SSH online which is only limited to 3 days (if im not mistaken). I want to create my own SSH server using VPS but don't have any idea which part do I start to work it properly. Do you know any guides that I can read?

it actually not as hard as you think to make ssh tunneling server . you just need dropbear or even better you can use the auto installer script in your vps . but you should see the vps provider acceptable use policy because most vps provider doesnt allow proxy or ssh tunneling . you should talk to the provide first before using it . just in case it is forbidden

there is the link for the auto installer . https://github.com/rzengineer/Auto-Installer-VPS
(06-05-2017, 08:03 PM)humanpuff69 Wrote: [ -> ]it actually not as hard as you think to make ssh tunneling server . you just need dropbear or even better you can use the auto installer script in your vps . but you should see the vps provider acceptable use policy because most vps provider doesnt allow proxy or ssh tunneling . you should talk to the provide first before using it . just in case it is forbidden

there is the link for the auto installer . https://github.com/rzengineer/Auto-Installer-VPS

Great! but is this a good to go auto installer? I mean once it's installed can I start tunneling?
(06-07-2017, 02:06 PM)Vuluts Wrote: [ -> ]Great! but is this a good to go auto installer? I mean once it's installed can I start tunneling?

yes you can start tunneling when you already done the script . makesure run it with sudo to make sure it install properly
for tunneling you can use bitvise ssh client in windows or http injector in android
whats the meaning of SSH? ?
(06-14-2017, 04:49 PM)OldMeister Wrote: [ -> ]whats the meaning of SSH? ?

SSH is "Secure Shell" it is basically a shell access with encryption and that will make accessing a shell more secure
wikipedia Wrote:Secure Shell (SSH) is a cryptographic network protocol for operating network services securely over an unsecured network.[1] The best known example application is for remote login to computer systems by users.

SSH provides a secure channel over an unsecured network in a client-server architecture, connecting an SSH client application with an SSH server.[2] Common applications include remote command-line login and remote command execution, but any network service can be secured with SSH. The protocol specification distinguishes between two major versions, referred to as SSH-1 and SSH-2.

The most visible application of the protocol is for access to shell accounts on Unix-like operating systems, but it sees some limited use on Windows as well. In 2015, Microsoft announced that they would include native support for SSH in a future release.[3]

Source : https://en.wikipedia.org/wiki/Secure_Shell
Pages: 1 2