Remote Assistance Based on ssh reverse proxy and ssh reverse assistance
This article describes how to implement remote assistance through ssh reverse proxy and provides relevant code.
After Remote Assistance is enabled on the web, maintenance personnel can log on to the cust
Allows AWS virtual machines to access the company's intranet resources (SSH reverse proxy), and aws virtual machinesBackground
Today, I want to upgrade AWS Virtual Machine to beta and perform some tests.
Since the beta version is only available on the company's Intranet, I need to manually copy the upgraded files to the AWS VM. The original method is easy to understand:
However, this is a problem because th
The premise is that you need an SSH account "Windows System" 001 ssh + bitvise tunnelier Implementation Socks Proxy
Tools that need to be used:
1, Bitvise Tunnelier
Set up:
1, SSH server ip:port, verify the way
2, generally remove on Login inside the Open Terminal
3, the default
4, the default
5, open socks/http
, and other detection methods to select the fastest server for connection (the essence is in the script below, read it by yourself ), then in combination with crontab regular detection proxy availability, automatic reconnection, ha ha, no, here only paste their own script, see the https://github.com/LaiJingli/fastproxy
➜ Fastproxy cat fastproxy_v2.sh#! /Bin/bash### Port forwarding support obfuscated ssh ha
0. PrefaceNC is a good tool for both ends of the network connection, but also a temporary port forwarding. (What is the permanent port forwarding?) With Iptables)SSH is also a good tool in this area, the advantage is that encryption is reliable reusable at one end of the operation, at the cost of having a login account.We know that SSH automatically encrypts and decrypts all network data between the
Original:https://thomashunter.name/blog/really-simple-ssh-proxy-socks5/SOCKS5 is a simple, eloquent method for getting yourself a proxified connection to the Internet. All need to get a proxy connection working are to run an SSH server somewhere, run a single command locally, and config Ure your software (or OS) to use
Label: SP on BS nbsp simple software c LIST Vim
Nux can implement SSH Global Proxy in two types of software: tsocks and proxychains, but I personally think proxychains should be more stable and simple.
$ Yum install proxychains
# Vim/etc/proxychains. conf: Select dynamic_chain instead of random_chain and strict_chain. Comment out the two lines of strict_c
Currently, openssh is widely used in linux.Ssh-related options: -V Show version:Ssh-V OpenSSH_6.6.1p1 Ubuntu-2ubuntu2, OpenSSL 1.0.1f 6 Jan 2014 -F Enter the password and enter the background mode (Requests ssh to go to background just before command execution .) -N Do not execute a remote command. This is useful for just for warding ports (protocol version 2 only ).) -D Socket5 proxy (Specifies a lo
Tips server ssh forward reverse proxy, tipsssh
1. ssh userxxxxname@115.28.87.102(Directly connect to the remote host using ssh instead of connecting to the specific remote host using http or ftp)Exit and logout close connection exit
2. left-connection (left-connected positive connection)
1
Let's get started with the following command:
Ssh-n-d 9000-F root@host.com
Attribute explanation:
-D
This attribute is amazing. The key sentence is "and the application protocol is then used to determine where to connect to from the remote machine ", "Next, the application protocol will decide where to connect". The Application Protocol refers to TCP/UDP.
It is not just a simple port forwarding. When the data arrives at the server port,
two not to fight, or to use it as a half-duplex is good.SOCKS5 Proxy"Across The great Wall we can reach every corner in the world."This is a more sensitive topic, and I'm looking at you for the sake of visiting Google Scholarship and python.org, continue to write it down.Many people will have a VPS to build a personal blog, so you can use SSH to easily put up a SOCKS5 proxy.Enter in terminalMans SSHFind th
Recently, I debugged the public account function. when receiving the push, I didn't want to submit it to the server to view the log every time. so I used the reverse proxy of Nginx to forward the requests received by Port 80 on the server to 127.0.0.1: 9000 and then use ssh to build a tunnel to set the server's 9000... I recently debugged the public account function and didn't want to submit it to the serve
Recently debug public number function, do not want to submit to the server every time to read the log
So on the server with the Nginx reverse proxy to the server 80 port received the request forwarded to the 127.0.0.1:9000
Then using SSH to tunnel the server 9000 port mapped to my local development machine 80
SSH Tunnel Reference http://my.oschina.net/magicly007
Later thought I had written SSH Firefox SOCKS agent Switch A text, in fact, the prototype has been, so this article slightly modified to add.Build Socks Proxy Server #
ssh-d 9999-c zfanw@zfanw.com
The D parameter represents the creation of a SOCKS proxy server on the native 9999 port and a secure connection to the re
Ssh proxy onlinuxssh to keep the connection: www.2cto.com modify/etc/ssh/ssh_config1TCPKeepAliveyes2 # send a packet 60 s, many use 300 on the Internet, and found that this is too long for me 3ServerAliveInterval60ssh automatic login: edit... ssh proxy on linux
Experiment:
1, test pc to 192.168.1.98:80, use browser to access 192.168.1.98:80 normal page
Ssh–f–n–l 0.0.0.0:2001:192.168.1.98:80 test@192.168.1.102
Ssh-n-l2001:remotehost:80 User@somemachine
This command opens the 2001 port on this machine, and the request to the native 2001 port passes through Somemachine as a springboard and goes to port 80 of remotehost.
The implementation effect is similar to t
Why do you want to convert?generally we are easy to find through SOCKS5 proxy methods, such as SSH , but many browsers or software only support HTTP way, so we need to put our SSH proxy mode is switched to HTTP Agent Mode ?How to convert?Use Privoxy to set the conversion. Other software can also be used for conversion
obvious difference is that a fixed IP will usually have n domain names, or more waste IPv4 limited fixed IPA word of emphasis: mirror the machine address and port (including the client itself) to the server's port, which the client can accessAs it seems, communication between applications seems to be the communication between the ports. Other common SSH fragmentsssh-d client_port Login Server user name @server_ipAt this time, Firefox or IE in the
Sshuttle: a VPN-based transparent proxy Using ssh
Sshuttle allows you to create a VPN connection from your computer to any remote server through ssh, as long as your server supports python2.3 or a later version. You must have the root permission on the local machine, but you can have a common account on the server.
You can run sshuttle multiple times on a single
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.