Bitcoin Forum

Other => Archival => Topic started by: hugeblack on August 04, 2017, 02:31:14 PM



Title: SSH and Pool
Post by: hugeblack on August 04, 2017, 02:31:14 PM
I have very basic information and want to get some references to information.
need Some help with SSH and used it with Pools?


Title: Re: HTTP INJECTOR SSH
Post by: bell70 on August 04, 2017, 03:18:36 PM
I know a little about ssh or vpn.
SSH can provide specific ports forwarded to other ports on a remote host,, and most of the

time to open a terminal session on this machine, to execute some commands remotely. SSH

tunnels only encrypt a single session between two devices.


vpn are more flexible than SSH tunnels,and can cloak or mask your traffic to look exactly

like HTTPS traffic from an interceptor’s perspective.


 SSH is very powerful, so you can use SSH as a tool to build a VPN! Or you can use a VPN

to connect to a machine using SSH.depending on your goals, environment, and needs...



Title: Re: HTTP INJECTOR SSH
Post by: bell70 on August 04, 2017, 03:36:52 PM
SSH will work with mobile-WiFi ,here is steps:

Install “SSHDroid” from android market to your phone this will turn your phone into a SSH server.

(1) Setup SSHDroid
 
running Wi-Fi and connect your android phone to target PC, then run SSHDroid server into your mobile phone, but before that make sure under the SSHDroid's application window click Options -> “Require WiFi” is checked as seen on above pic screen 2. And then click “start” option.

you need to set up a password to log-in ssh. Default password is admin which may you have to change on first time
 

(2)  Setup Putty

Once SSH server is successfully started it will show IP address of your mobile phone in light sky color like this root@xxx.xxx.xxx.xxx,type it to your PuTTY program’s (PC) host field and hit connect. Make sure port number is 22 as seen in second pic.It will ask for certification click ok and then command line log-in window will appear, type “root” hit enter and then type the password for root user, default is “admin” as i mentioned before. After successful log-in you will be able to use Linux commands like ls, reboot -f, mkdir, find, etc.


Title: Re: HTTP INJECTOR SSH
Post by: bell70 on August 04, 2017, 04:17:04 PM
The best way is buy a cheap vps host,there are tons of cheap providers on these hosting related forums .

you can create private proxy for personal use.  Addiitonal, iPv6 could be an option depending on what you need to access via proxy.