Category : AWS

16 posts

open vpn
Introduction Want to access the Internet safely and securely from your smartphone or laptop when connected to an untrusted network such as the WiFi of a hotel or coffee shop? A Virtual Private Network (VPN) allows you to traverse untrusted networks privately and securely as if you were on a private network. The traffic emerges …
The OpenVPN protocol is responsible for handling client-server communications. Basically, it helps establish a secure “tunnel” between the VPN client and the VPN server. When OpenVPN handles encryption and authentication, it uses the OpenSSL library quite extensively. Also, OpenVPN can use either UDP (User Datagram Protocol) or TCP (Transmission Control Protocol) to transmit data. If …
OpenVPN is both a VPN protocol and software that uses VPN techniques to secure point-to-point and site-to-site connections. Currently, it’s one of the most popular VPN protocols among VPN users. Programmed by James Yonan and released in 2001, OpenVPN is one of the only open-source VPN protocols that also has its own open-source application (SoftEther …
By default, ec2 instances don’t have password authentication. You have to use the private key to connect to the instances. However, you might have situations to use password-based authentication for your ec2 instances. In this tutorial, I have added the configurations required for password authentication for ec2 instances. Password Authentication For AWS ec2 I assume that …
Amazon EC2 Linux servers do not come with GUI, all the operations have to be done using ssh client like putty. So if you wish to have a GUI for your Amazon Linux instances, you can achieve it pretty easily. Once you installed the GUI essentials on your server, you can access it via windows, remote desktop client. …
Uploading and downloading files in AWS instance can be done using Filezilla client or Linux scp command. If you are a windows user, you can use WinSCP for transferring files to your EC2 instance. In this tutorial, I will explain how you can transfer files to AWS instances using the following methods. Copy Files Using Filezilla Client (GUI Based). …
PAGE TOP
error

Enjoy this blog? Please spread the word :)

RSS
Follow by Email