What are some ways to connect to Amazon EC2 without using SSH?
-
The reason that I ask this is that I live in Iran and the government makes SSH connection very slow! (Don't even talk about VPNs. :) They hardly work. ) I want to use my EC2 instance as a proxy and I will add my own encryption to my traffic ( I want to use that proxy for myself only, so I don't need fancy encryption, I just add a simple encryption and decrypt it in my host.) And it would be wonderful if you have any general advises/links that are helpful for creating proxies/talking to servers. I know programming so feel free to suggest some programming material.
-
Answer:
Can you use Mosh? http://mosh.mit.edu Much faster than SSH, but you need to be able to send UDP.
Anonymous at Quora Visit the source
Other answers
The easiest would be to install something like https://help.ubuntu.com/lts/serverguide/squid.html in your EC2 instance. (If for some reason that doesn't work for you, it's easy to roll your won with simple Socket Programming - http://docs.oracle.com/javase/tutorial/networking/sockets/)
Sankara Rameswaran
I am not sure how Iranian government would detect ssh traffic. The only way they can do it is by probably throttling all traffic on port 22. So I suggest you first login into your ec2 instance using the slow ssh and then you can change the ssh port from 22 to 8080 (or if you are not running a web server to 80). Other alternative is to by a server with Rackspace which costs around $9 per month. They provide a java based in browser shell to that server. You can use that shell to login into ec2 instance. The best alternative would be however to migrate to a better country.
Anonymous
Related Q & A:
- How To Connect Two Different Network Segments Using A Switch And A Router?Best solution by Super User
- How to connect to a Pervasive Database using javascript?Best solution by Stack Overflow
- How to find the derivative without using a symbolic function in Matlab?Best solution by Stack Overflow
- What is the Command to Minimize Windows and Maximize Windows without using the mouse?Best solution by Yahoo! Answers
- What is the Command to Minimize Windows Maximize Windows switch Windows close Windows without using the mouse?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.